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

Search:

Type: Posts; User: jesse saiz21

Search: Search took 0.04 seconds.

  1. Replies
    13
    Views
    2,342

    Re: C++ assistance for my beginner class

    Im not asking for completion Paul, I just need some guidance through what I have already. I am a beginner with all the intentions of learning this language and becoming a master programmer, however I...
  2. Replies
    13
    Views
    2,342

    Re: C++ assistance for my beginner class

    Igor I need to ensure that I have the program running exactly as instructed. I need the full credit for this assignment. Please feel free to add or change some of the lines on my code.
  3. Replies
    13
    Views
    2,342

    C++ assistance for my beginner class

    #include <ctime>
    #include <iostream>
    #include <cstdlib>
    using namespace std;
    int main()
    {

    int num = 0;
    int num2 = 0;
    int user = 0;
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured