Search:

Type: Posts; User: icu222much

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,355

    Error - Going from Java to C++

    I have created a linked list in Java, and now I am trying to convert my program to C++.
    When I try to compile, it gives me the error saying that 'next' uses 'CarNode' which is being defined. I am...
  2. Replies
    7
    Views
    1,139

    Gotcha! Thank you.

    Gotcha! Thank you.
  3. Replies
    7
    Views
    1,139

    Thank you. Sorry, i thought char * was just...

    Thank you.

    Sorry, i thought char * was just another way of declaring a string.
  4. Replies
    7
    Views
    1,139

    Thank you for the quick reply. How about why my...

    Thank you for the quick reply. How about why my program keeps crashing?
  5. Replies
    7
    Views
    1,139

    Noob - Program Keeps Crashing

    I am trying to create a program where it will read in the student name, nationality, and grades, and calculate their tuition fee based on those information.

    I began to write a bit of code by I...
  6. Replies
    19
    Views
    2,863

    Got it working. Thanks :)

    Got it working. Thanks :)
  7. Replies
    19
    Views
    2,863

    Thanks guys.

    Thanks guys.
  8. Replies
    19
    Views
    2,863

    What is a "command-line program" and a "terminal...

    What is a "command-line program" and a "terminal window"?
  9. Replies
    19
    Views
    2,863

    Noob - Hello World Not Working

    I am new to programming in C++. I have a bit of experience in Python and ActionScript3. I decided to pick up C++ so I downloaded Dev-C++ complier.

    I tried to run the following code but it doesn't...
Results 1 to 9 of 9