Search:

Type: Posts; User: rogue

Search: Search took 0.01 seconds.

  1. Thread: File Transfer

    by rogue
    Replies
    6
    Views
    1,347

    not vague

    its not vague??

    im trying to send a file from point A across the internet to point B using c++ in anyway possible.




    -rogue
  2. Thread: College

    by rogue
    Replies
    20
    Views
    2,478

    Computer Science

    shh my computer science 1 was c++ recap ; )
    cs2 we implemented class's through inheritance and my final lab was a bank account ; )


    im 70+ hours deep, a little over 60%

    my cs major doesnt...
  3. Thread: File Transfer

    by rogue
    Replies
    6
    Views
    1,347

    Transfer How

    Any way possible... Ive done some socket stuff in VB but im not quite sure how to transfer entire files in C++ w/o using winsocks... Maybe an ftp class or something derived.. Should it just be a...
  4. Thread: College

    by rogue
    Replies
    20
    Views
    2,478

    Computer Science

    You should go to a 4year college where computer science is a big ordeal. Jobs start @ 60k. Then look at a gaming development institute where u can put what you have learned to work.



    -rogue
    ...
  5. Thread: File Transfer

    by rogue
    Replies
    6
    Views
    1,347

    File Transfer

    Does anyone know how to transfer a file in c++ under linux??

    Thx

    -rogue

    _____________________
    Not Everyone is Talented...
    www.roguespyder.com
  6. Thread: OpenGL Stipple

    by rogue
    Replies
    6
    Views
    2,530

    #include #include /*...

    #include <stdlib.h>
    #include <GL/glut.h>

    /* initial tetrahedron */

    GLfloat v[4][3]={{0.0, 0.0, 1.0}, {0.0, 0.942809, -0.33333},
    {-0.816497, -0.471405, -0.333333}, {0.816497, -0.471405,...
  7. Thread: OpenGL Stipple

    by rogue
    Replies
    6
    Views
    2,530

    No replies? Surely someone knows whats going on?

    No replies?
    Surely someone knows whats going on?
  8. Replies
    10
    Views
    1,128

    Array?

    You could use a double char **. Sigh, it's a thought :)

    Rogue
  9. Thread: OpenGL Stipple

    by rogue
    Replies
    6
    Views
    2,530

    OpenGL Stipple

    I'm trying to stipple the red part of this tetrahedron with "fly" but the stipple doesn't show up. What am I missing?


    #include <stdlib.h>
    #include <GL/glut.h>

    /* initial tetrahedron */
    ...
Results 1 to 9 of 9