Search:

Type: Posts; User: newntrue

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,637

    Maybe if I just discussed what I was trying to do...

    Maybe if I just discussed what I was trying to do someone could point me in the right direction, because after this i'm guessing that i'm doing it wrong. Ok so, I have this kinda fun idea for a game...
  2. Replies
    6
    Views
    3,637

    Thanks!

    Hey thanks,
    that is a really good site. However I think I followed what his [33.2] said, but i'm still getting an error....



    #ifndef USER_H

    #define USER_H

    #include <stdio.h>
  3. Replies
    6
    Views
    3,637

    ok....here's an update on the code....i've taken...

    ok....here's an update on the code....i've taken just a little difference approach...i'm trying to use friend classes... c/o the code



    #ifndef USER_H

    #define USER_H

    #include <stdio.h>...
  4. Replies
    6
    Views
    3,637

    I should probably post the error i'm getting: ...

    I should probably post the error i'm getting:




    $g++ -lpthread test.cpp
    user.h: In member function ‘void USER::start()’:
    user.h:42: error: argument of type ‘void* (USER::)(void*)’ does not...
  5. Replies
    6
    Views
    3,637

    C++: Threads and Classes

    Hey, I was just curious if you could make a thread out of a class function...if it is possible, what am i doing wrong?




    #ifndef USER_H

    #define USER_H

    #include <stdio.h>
  6. Replies
    7
    Views
    1,150

    Thanks!

    yea, I used the man pages some, just not enough evidently lol. i'm not really new to linux, just programming c++ on linux. anyway thanks for the help. Portland Or rocks. My family is from Canby,...
  7. Replies
    7
    Views
    1,150

    lol that helps...i knew it was something nub-ish....

    lol that helps...i knew it was something nub-ish. Thanks for the help
  8. Replies
    7
    Views
    1,150

    recreation: recreate.cpp simple test

    //this is the code


    #include <iostream>

    int main()
    {
    std::cout<<"testing";
    return 0;
    }
  9. Replies
    7
    Views
    1,150

    I got hello world working

    ok i got hello world working...but i had to use "using namespace std;"

    do i have to use namespace std on linux????
  10. Replies
    7
    Views
    1,150

    Debian-Etch and GCC 4.1

    Am I doing something wrong with Linux. I was doing a tutorial online dealing with sockets and the tutorial was specific to Linux sockets and the code didn't compile. This is the first time I've tried...
Results 1 to 10 of 10