Search:

Type: Posts; User: TehClutchKiller

Search: Search took 0.00 seconds.

  1. Thread: cin >>

    by TehClutchKiller
    Replies
    4
    Views
    1,599

    cin >>

    How would i put an amount of time that a user has to input something? Then use the if, else if and what not to determine what happens. Go by the system clock i assume? What function would that be?
    ...
  2. Replies
    3
    Views
    1,425

    Reg Methods

    Hi, ive explored the MSDN and i don't quite seem to understand how it explains to write, read or delete reg entries. Could someone provide a simple explanation if at all possible on how to...
  3. Replies
    1
    Views
    3,525

    freeconsole();

    This function is supposed to hide cmd window correct? but it doesnt for me =( whats wrong?
    Me and a friend want to create a fun, harmless prank on another buddies computer.
  4. Replies
    4
    Views
    1,066

    All right, thanks guys. Ive got an E-book, sams...

    All right, thanks guys. Ive got an E-book, sams teach yourself c++ in 24 days, i havent had a chance to run through it yet, but has anyone read this book and find it insightful? Just curious.
  5. Replies
    4
    Views
    1,066

    Effective Learning

    Hi guys, its the noob again. I was curious, instead of searching for a tutorial or w/e on how to do something specific, is there a learning resource website that will actually give you a task and...
  6. Replies
    6
    Views
    1,554

    lol, ive never used any loops yet, but i figured...

    lol, ive never used any loops yet, but i figured it out and is pretty simple. I used with my original code, but thanks for the example markzweers. I dont know a lot of the functions you used. Im...
  7. Replies
    6
    Views
    1,554

    Is this a loop situation?

    Hi guys, im new to any kind of coding and am loving it. Ive been writing a simple little number guessing game, and have a question. The question is in the code. Thanks




    #include <iostream>...
  8. Replies
    6
    Views
    1,842

    thanks

    thanks
  9. Replies
    6
    Views
    1,842

    visual c++ 2005 express edition is the program im...

    visual c++ 2005 express edition is the program im using to write in. Also allows me to compile.
  10. Replies
    6
    Views
    1,842

    Could you possibly explain how? I apologize, for...

    Could you possibly explain how? I apologize, for im new to source coding. Thanks
  11. Replies
    6
    Views
    1,842

    View Post

    Hi, i get a compile error when i try to #include <windows.h>

    Cannot open include file: 'windows.h': No such file or directory

    How do i fix this? thanks
  12. Replies
    17
    Views
    3,103

    ok, i get it. thanks

    ok, i get it. thanks
  13. Replies
    17
    Views
    3,103

    That worked, thank you very much. So i have to...

    That worked, thank you very much. So i have to ask what exactly it did if you don't mind.
  14. Replies
    17
    Views
    3,103

    Is this code incorrect? When i run it, if i...

    Is this code incorrect? When i run it, if i choose y, it just says press enter to continue with out displaying the cout. Whats wrong?



    if ( guess < 74 ) {
    cout << "Sorry,...
  15. Replies
    17
    Views
    3,103

    if ( clue == 'y' ) do u mean like that? I...

    if ( clue == 'y' )

    do u mean like that? I apologize again
  16. Replies
    17
    Views
    3,103

    lol, when i copy pasted, it realigns things lol....

    lol, when i copy pasted, it realigns things lol. sorry
  17. Replies
    17
    Views
    3,103

    im sorry to bother, but could you further clarify...

    im sorry to bother, but could you further clarify what you mean? For instance, what is foo();


    #include <iostream>

    using namespace std;

    int main() {
  18. Replies
    17
    Views
    3,103

    C++ If statment question

    hi guys, i am currently learning c++ and am curious. Are you able to use an if statement with in an if statement as long as you have { ....} separating it from int main??? Sorry if that is not...
Results 1 to 18 of 18