Search:

Type: Posts; User: lemonwaffles

Search: Search took 0.01 seconds.

  1. read contents of a text file into a struct

    reading the contents a file seems pretty straightforword, i.e.:




    #include <iostream>
    #include <fstream>
    #include <string>
    using namespace std;
  2. trying to get a few functions to work properly...

    Hey all,

    Im pretty new to c++ and alot of the constructs I am using in this program - strings, functions, pointers, arrays, structures etc.

    The main below is fleshed out and is compiling...
  3. Replies
    10
    Views
    1,504

    shouldnt pointers to the beginning of an array...

    shouldnt pointers to the beginning of an array should always be const ?
  4. Replies
    4
    Views
    1,078

    pointers to pointers always confuse me lol

    pointers to pointers always confuse me lol
  5. Replies
    13
    Views
    7,046

    C was the C++ predecessor.........it has features...

    C was the C++ predecessor.........it has features that lend itself better to really big projects
Results 1 to 5 of 5