Search:

Type: Posts; User: tiange

Search: Search took 0.00 seconds.

  1. Thread: using namespace

    by tiange
    Replies
    4
    Views
    934

    yeah thanks it does that was quite foolish of...

    yeah thanks it does

    that was quite foolish of me....

    :o

    malc
  2. Thread: using namespace

    by tiange
    Replies
    4
    Views
    934

    using namespace

    hi

    just wondering about this i'm using dev-c++ 4.9.9.2




    /* Simple tictactoe program Human vs Human */
    using namespace std;
    #include<iostream>
  3. Replies
    18
    Views
    1,830

    yeah well i felt my computer was a little slow...

    yeah well i felt my computer was a little slow running XP and started using debian linux and it comes with fairly good development tools, performance is much faster for general things now like...
  4. Replies
    4
    Views
    2,190

    thanks treenef for that validation help

    thanks treenef for that validation help
  5. Replies
    4
    Views
    2,190

    ok maybe a problem with my compiler?

    ok maybe a problem with my compiler?
  6. Replies
    16
    Views
    2,787

    ok i'm new to c++ but interested about this...

    ok i'm new to c++ but interested about this topic...

    i used namespace to keep a grid that i used in several functions ....


    namespace grid {

    char board[9][9];

    }
  7. Replies
    4
    Views
    2,190

    data validation & namespace

    hello everyone...

    i'm new to c++ programming previously in visual basic but want to write cross platform code. here is simple program i tried to make but some behaviors aren't as i expected...i'm...
Results 1 to 7 of 7