Search:

Type: Posts; User: Orrill

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,624

    http://www.cprogramming.com/tutorial/lesson10.html

    http://www.cprogramming.com/tutorial/lesson10.html
  2. Thread: Word wrap

    by Orrill
    Replies
    6
    Views
    2,607

    Word wrap

    Hi, I'm writing a console application which requires quite large chunks of text to be displayed. When the text is output to the next line of the console individual words are broken up, is there an...
  3. Replies
    17
    Views
    12,815

    Didn't realise that, thanks for correcting me....

    Didn't realise that, thanks for correcting me. Learning all the time eh!
  4. Replies
    17
    Views
    12,815

    I also noticed a very simple error in your...

    I also noticed a very simple error in your original code. after the if statements you forgot to include the opening and closing brackets.



    { and }
  5. Replies
    8
    Views
    1,180

    Thanks for the quick reply. Isn't this...

    Thanks for the quick reply.

    Isn't this convention a little strange, bearing in mind I copy/pasted the file address straight from a shortcut property box?
  6. Replies
    8
    Views
    1,180

    ifstream problems.

    Could someone please tell me the correct method of locating a file through ifstream. This it my attempt, which doesn't seem to be working.



    //Opens for reading the file
    ifstream b_file (...
  7. Replies
    8
    Views
    2,161

    It seems to me that when your program starts it...

    It seems to me that when your program starts it jumps straight into the loop not taking into account any user input. You need the user input first so you can make a decision based upon that input.
    ...
  8. From my own passed experiences I'd advice on only...

    From my own passed experiences I'd advice on only writing programs that do everything the syllabus expects you to do and nothing more, you only end up putting more time in than you actually need to...
  9. Replies
    3
    Views
    755

    Excellent, worked a treat, thanks alot.

    Excellent, worked a treat, thanks alot.
  10. Replies
    3
    Views
    755

    Totally new user having startup problems.

    Hi, I've decided to get stuck into learning the C++ language, I've downloaded and installed Microsoft Visual C++ express along with the Windows SDK and configured express to use it.

    Now all i'm...
Results 1 to 10 of 10