Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Chat program

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.

Name: Anonymous 2010-06-24 15:22

>>6
Since when is a fucking GUI any sign of a serious project??

Name: Anonymous 2010-06-25 0:44

>>6

So, 99% of all webs aren't serious projects?

Name: Anonymous 2010-06-25 0:49

>>6
I don't see how having a GUI makes it a "serious project".
Many serious projects don't need or have a GUI, but they may have a frontend made for them, by the original or other developers, so users may more easily interact with the system.
At the same time, it's possible to make toy GUIs and mockups, which doesn't make it a serious project until there's actual code driving the GUI.

Name: FrozenVoid 2010-06-25 1:02

GUI in fact makes the code less portable and less versatile. Think about all those old terminals and mobile phones. Text UI is far more convenient and pleasing to use. Mice also destroy finger cartilage and wear out the joints. There is no real reason to use GUI for a chat program, since its just text.



__________________
Orbis terrarum delenda est

Name: Anonymous 2010-06-25 1:17

>>6
at least 1000 lines of code
The suckless.org community would like to have a word with you.
YHTU

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List