Search:

Type: Posts; User: HJvK

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,355

    Haha, lol I only forgot that =, haha, I wasn't...

    Haha, lol I only forgot that =, haha, I wasn't even paying attention on the =='s when controlling
  2. Replies
    13
    Views
    1,355

    Ok, I'll keep that in mind but right now I am...

    Ok, I'll keep that in mind but right now I am allready debugging a new one. I was working more with else and if so I learn it.
    Right now I think I have done something wrong with the acolades....
  3. Thread: Big Time Newbie

    by HJvK
    Replies
    9
    Views
    3,670

    Have you programmed never before? also no...

    Have you programmed never before? also no webscripting? Well, I recommend you the same what Dae says, I am not the one who knows it all very well while I am almost such a noob like you! But I done...
  4. Thread: Do you comment?

    by HJvK
    Replies
    26
    Views
    4,689

    Well, my script isn't that difficult yet! I am...

    Well, my script isn't that difficult yet!
    I am to noob to make a difficult script right now.
    BTW: I used php, I learned putting comments in my script because else I was looking hours to figure out...
  5. Replies
    13
    Views
    1,355

    well, I've worked with php, it's a bit different...

    well, I've worked with php, it's a bit different but most thing are almost the same only the declaring of the strings is a bit different.

    Here in c++ you can use what I used:

    string mystr;
    Or...
  6. Replies
    13
    Views
    1,355

    You mean: char string [string1]; cout

    You mean:

    char string [string1];
    cout << "Let's have a chat!\n";
    cout << "What's your name?\n";
    getline (cin, string1);
    cout << "Hello " << string1 << ".\n";

    :confused:
  7. Thread: Dual Core CPUs

    by HJvK
    Replies
    4
    Views
    1,797

    Only the problem is some programmers are to lazy...

    Only the problem is some programmers are to lazy to programm it good for dual core users
  8. Thread: Do you comment?

    by HJvK
    Replies
    26
    Views
    4,689

    Well, mostly I comment but I understand my last...

    Well, mostly I comment but I understand my last scipt totaly now, so right now I am to lazy to comment.
  9. Replies
    13
    Views
    1,355

    Thanks it's working... Wow, I advanced quite...

    Thanks it's working...
    Wow, I advanced quite fast... Hope I will advance further in programming with c++ with this insane speed
  10. Replies
    4
    Views
    1,128

    Well, there seems to be a problem with the...

    Well, there seems to be a problem with the communication between the usb ports and the motherboard, and another comminucation problem between the dvd drive and your motherboard.

    - Check the...
  11. Replies
    13
    Views
    1,972

    I had also a visual C++ 6.0 book, it's really...

    I had also a visual C++ 6.0 book, it's really anoying what the differents are right now! I had this problem and off course one with the header files and one with the statements with if, else is...
  12. Thread: Do you comment?

    by HJvK
    Replies
    26
    Views
    4,689

    Do you comment?

    When you are coding programms... do you use comments?
  13. Replies
    13
    Views
    1,355

    [noobquestion]Problem with if and else if -- Second problem

    Yesterday I started with c++, everything went well with a few good tutorials but right now I can't go on! I have a problem I can't fix! Made a little talking programm...
    Here is the code:


    //...
Results 1 to 13 of 13