Search:

Type: Posts; User: NetPsycho

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,332

    I used this code: #include ...

    I used this code:

    #include <fstream.h>
    #include <iostream.h>
    #include <string.h>
    #include <errno.h>
    #include <stdlib.h>

    int main()
    {
  2. Replies
    6
    Views
    1,332

    Aargh! It doesn't seem to work... I am using...

    Aargh! It doesn't seem to work...

    I am using Dev-C++ on a WinXP comp.

    ---------------------------------------------
    Wait, so if I wanted to create a file inside another folder, I use:
    ...
  3. Replies
    6
    Views
    1,332

    File IO - Tutorial is wrong?

    I was checking through the tutorials (again), and I got to lesson #10 where it says:


    #include <fstream.h>
    #include <iostream.h>
    int main()
    {
    char str[10];
    //Used later
    ...
  4. Replies
    5
    Views
    1,084

    Thank you... I will attempt to put this newfound...

    Thank you...
    I will attempt to put this newfound knowledge to good use.

    Once again, thank you!
  5. Replies
    5
    Views
    1,084

    Uhm :o , I have no idea of what you just wrote....

    Uhm :o , I have no idea of what you just wrote....
  6. Replies
    5
    Views
    1,084

    new B: classes

    I am working on a trasition from JAVA to C++

    I was wondering if it would be possible to call classes which are in other files.... for example:

    FILE 01

    class no1
    int multiply(int num)
    {
    ...
Results 1 to 6 of 6