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

Search:

Type: Posts; User: captainMarkis

Search: Search took 0.02 seconds.

  1. Re: How would I combine a header file with the main .cpp file?

    So can anyone show me how it is actually done? I have tried, but I just don't have the knowledge base to be able to do so. Please help, it is greatly appreciated.
  2. Re: How would I combine a header file with the main .cpp file?

    I know that it works if it is in the same directory, I just wanted to know how I could combine the two files and the make file. The .h file I know about, what does the make file do? is it like a main...
  3. How would I combine a header file with the main .cpp file?

    I want to know how I could do that. Here is the code:




    #include <iostream>
    #include <fstream>
    #include <cmath>
    #include <ctime>
    #include <iomanip>
  4. Replies
    6
    Views
    1,322

    Re: Help with a guessing game.

    I don't understand the code, how does it work?
  5. Replies
    6
    Views
    1,322

    Re: Help with a guessing game.

    How would I implement the red yellow green part into the code?
  6. Replies
    6
    Views
    1,322

    Help with a guessing game.

    I have to create a guessing game in which the computer creates a number between 100 and 999 and the user guesses it. Now when the user guesses it and it's wrong, the output will come out as Red,...
  7. Re: Absolute C++ programming cahllenge problem

    Thanks for this one, but what are the money.incr1(cents) and all those in the main body of code for?
  8. Re: Absolute C++ programming cahllenge problem

    Thanks for the replies, I have been busy with work and would have replied sooner.

    I'll try it out and get back to you later on tonight or tomorrow afternoon. Once again a big thanks for the...
  9. Absolute C++ programming cahllenge problem

    There is a programming project that I just don't know how to implement. Here is what it is asking:

    My mother always took a little red counter to the grocery store. The counter was used to keep...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured