Search:

Type: Posts; User: Zonakusu

Search: Search took 0.01 seconds.

  1. http://cboard.cprogramming.com/announcement.php?f=...

    http://cboard.cprogramming.com/announcement.php?f=3&a=39

    ^ Link for the topicstarter :p
  2. Replies
    12
    Views
    11,294

    I just tried the following code a few days ago....

    I just tried the following code a few days ago. It dont know if its the best example, but it worked for me:



    ofstream newFile (path, ios::trunc);

    // path found?
    if(newFile.good()...
  3. Thread: New to C++

    by Zonakusu
    Replies
    15
    Views
    5,397

    Try #include . Some compilers want .h...

    Try #include <iostream.h>. Some compilers want .h behind it, some dont. (at least thats my experience)
Results 1 to 3 of 3