Search:

Type: Posts; User: PsyK

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,262

    sorry i obviously did a really bad job of...

    sorry i obviously did a really bad job of explaining myself, i actually want the variables to store strings (its just got char infront of it atm because thats what it was like when i stopped) thats...
  2. Replies
    7
    Views
    2,262

    Simple Initialization Problem

    I'm a noob and i'm just coding a small program to test what i know but i've hit a problem with this piece of code:


    char grid[3][3];
    grid[1][1]=" ";
    grid[1][2]=" ";
    grid[1][3]=" ";
    ...
  3. Thread: Newbie

    by PsyK
    Replies
    15
    Views
    1,793

    I decided to dl Dev-C++ 4.0 with mingw, i...

    I decided to dl Dev-C++ 4.0 with mingw, i installed it and tryed to run this program and i
    m still getting an error but now it is:

    parse error before `{'

    Does this give anyone any insight...
  4. Thread: Newbie

    by PsyK
    Replies
    15
    Views
    1,793

    having #include didn't help

    having #include <string.h> didn't help
  5. Thread: Newbie

    by PsyK
    Replies
    15
    Views
    1,793

    That sounds likely, I was just wondering if it...

    That sounds likely, I was just wondering if it might have something to do with me not having Mingw/GCC with the compiler
  6. Thread: Newbie

    by PsyK
    Replies
    15
    Views
    1,793

    Again i get unable to run program

    Again i get unable to run program
  7. Thread: Newbie

    by PsyK
    Replies
    15
    Views
    1,793

    Newbie

    I'm new to C++ and i'm going through the tutorials on this site, however the first piece of code it gives me to start learning doesn't work.

    #include <iostream.h>
    int main()
    {
    cout<<"HEY,...
Results 1 to 7 of 7