CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: arsenal1212

Search: Search took 0.01 seconds.

  1. Re: Problem With Correctly Handling FirstName And Id In Struct And Input

    These Are The Requirements

    Write a C++ program that will display the following menu and work accordingly.

    A menu which contains functionionality that will allow the following choices:

    1....
  2. Re: Problem With Correctly Handling FirstName And Id In Struct And Input

    Here is , my update program. shows no errors but can you take a look at it to see if I successfully completed all requirements of the program?

    #include <iostream>
    #include <iomanip>
    #include...
  3. Re: Problem With Correctly Handling FirstName And Id In Struct And Input

    I need a firstname variable in my struct, and to read the firstname and the id in my readStuData function. Not exactly sure how, for i am a beginner with C++
  4. Problem With Correctly Handling FirstName And Id In Struct And Input

    Write a C++ program that will display the following menu and work accordingly.

    A menu which contains functionionality that will allow the following choices:

    1. Enter the name of the file that...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured