Search:

Type: Posts; User: Dillius

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    5,465

    Well it really seems this book was not designed...

    Well it really seems this book was not designed for learning C++ through microsoft visual C++, soooo.

    I just gonna throw out some more questions.

    Still wondering what the include is to use...
  2. Replies
    22
    Views
    5,465

    Thanks a lot to everyone who helped me out, its...

    Thanks a lot to everyone who helped me out, its all working fine now and i learned a lot from it.

    Yea the reason i was .c ending it was that was the only thing i remembered from reading another...
  3. Replies
    22
    Views
    5,465

    must be my computer, so I just broke down and...

    must be my computer, so I just broke down and emailed microsoft to play the waiting game.

    I copied your first example code exactly, still pops up that error.

    And i had no idea Borland C++ was...
  4. Replies
    22
    Views
    5,465

    hmmm wierd. If i use: #include ...

    hmmm wierd.

    If i use:
    #include <iostream>
    then i get that wierd error. I think it is BECAUSE i dont use the .h at the end.

    If i use:
    # include <iostream.h>
    It doesn't understand the...
  5. Replies
    22
    Views
    5,465

    its just a copy of the code pasted above by you...

    its just a copy of the code pasted above by you RoD
  6. Replies
    22
    Views
    5,465

    whew

    Thanks a lot for the help, now cout and cin are working but i have come upon quite an unusualy error message that perhaps someone here will understand:

    Compiling...
    IMPORTANT1.C
    c:\program...
  7. Replies
    22
    Views
    5,465

    Beginner Question about cout and cin

    I have just started working on learning C++, got Microsoft Visual Basic C++ and a book which i am reading and working through. But now i have come upon a few problems i believe are actually easy to...
Results 1 to 7 of 7