User Profile

Collapse

Profile Sidebar

Collapse
worldwidegeneration
worldwidegeneration
Last Activity: Mar 4 '08, 11:39 PM
Joined: Mar 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hey, you may have worked it out already, but no one posted so its like an unanswered question :).
    screen -x will resume a screen session.
    for other commands/things to do with screen or any other nix program, check the man pages for it by typing "man programname".

    Goodluck...
    See more | Go to post

    Leave a comment:


  • Hey,
    if you can send a text file between the client/server then you can send an audio file, i think you need make the integer buffer smaller, 50000 is too large, and unnecessary. Also you are missing some brackets () when you use sizeof( ).

    Goodluck
    See more | Go to post

    Leave a comment:


  • Hey, you could try using gets() for a string or getch() for a character, and getche() to echo the reply back to the user(so they see what they typed in). Also, for those functions you might need to
    Code:
     #include <conio.h>
    i tend to only use scanf() when reading in number data.

    goodluck
    See more | Go to post

    Leave a comment:


  • Hey, its not too dificult to make a C project in visual studio 2005.
    File-> New -> Project

    in the Visual C++ project type, select General, then Empty Project.
    Fill in the project name, select a directory and press Ok.

    Then as in any visual studio environment, either create your .c files via visual studio, or manually then drag them into the appropriate folders on the side e.g. "Source Files"...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...