Name: Anonymous 2010-06-24 7:45
Im making a chat program that lets two people talk over the internet to eachother. Heres what I got so far:
#include <stdlib.h>
#include <stdio.h>
float connect = 0x0.0
int main(void)
{
public string username[] = malloc(2users);
if(connect)
then(verifyPassword.println)
try{}
catch{}
for(i = 0; i < username; i++)
{
i.updateChatWindow;
}
}
Some of that is just psudocode that i need to replace with real code. This is the first serious project ive worked on so far so if you guys want to correct or add to the program just go ahead and do it.
This obviously doesn't compile.
#include <stdlib.h>
#include <stdio.h>
float connect = 0x0.0
int main(void)
{
public string username[] = malloc(2users);
if(connect)
then(verifyPassword.println)
try{}
catch{}
for(i = 0; i < username; i++)
{
i.updateChatWindow;
}
}
Some of that is just psudocode that i need to replace with real code. This is the first serious project ive worked on so far so if you guys want to correct or add to the program just go ahead and do it.
This obviously doesn't compile.