Search:

Type: Posts; User: feedrail

Search: Search took 0.01 seconds.

  1. Thread: read files

    by feedrail
    Replies
    4
    Views
    867

    I'am using JED, a g++ complier in linux, for some...

    I'am using JED, a g++ complier in linux, for some reason it works without namespace.
  2. Thread: read files

    by feedrail
    Replies
    4
    Views
    867

    In the output I get only one file read instead of...

    In the output I get only one file read instead of 26.
  3. Thread: read files

    by feedrail
    Replies
    4
    Views
    867

    read files

    I'am having trouble reading files. can someone tell me whats wrong with this.


    #include<iostream>
    #include<fstream>
    ...
  4. Thread: array

    by feedrail
    Replies
    5
    Views
    1,004

    array

    How can I put a range of numbers in an array without typing in all the numbers. Like 0-24,25-49,50-74,75-100

    I tried;


    int x[] = {0-24,25-49,50-74,75-100};

    Is that a legal statement?
    ...
Results 1 to 4 of 4