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

Search:

Type: Posts; User: jedteoh23

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    7,630

    Question and Answers Program

    //This is the only way I know that when a question is been asked it uses the statements below try it out.Only "Grade 1"I repeat Grade 1 only works at the moment for this is still a prototype.I am new...
  2. Replies
    1
    Views
    1,306

    Global Variable Scope Help

    //I dont understand this why does "<< "\nThe value of global now is: " << global << "\n";" is equals to nine please explain
    #include <iostream>
    int subtract (int a, int b);
    int global = 5;
    int...
  3. Re: C++ Help Why wont it print anything (functions)

    I found the problem by myself thanks anyways!

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    using namespace std;
    using std::srand;
    using std::time;
    using std::rand;
  4. C++ Help Why wont it print anything (functions)

    \\this program is used for the user enter a number and guess the correct number where the int jackpot is the function and analyzes it.It debugs and all but it wont work help please.Im new to...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured