Search:

Type: Posts; User: fabs

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,535

    Beejs-guide is pretty much the classic document...

    Beejs-guide is pretty much the classic document to read for socket-programming. I think it's pretty cool.

    www.ecst.csuchico.edu/~beej/guide/net

    fabs
  2. Replies
    0
    Views
    2,403

    Berlin: Searching for a place to stay

    Hi!
    Please excuse the fact that this post does not address the majority of people visiting this board. I hope this isn't spam :/

    My name is Fabian Yamaguchi, I'm currently 16 years old and I live...
  3. Thread: compile command ?

    by fabs
    Replies
    1
    Views
    999

    g++

    You have to install g++. Once that is installed, use the command "g++ -o program program.cpp" without the quotes. You can then execute the program by typing "./program" again, without the quotes.
    ...
Results 1 to 3 of 3