Programmers needing help

Robotoer

Member
Nov 9, 2004
39
0
0
I'm creating this forum for programmers who are having problems with code. I can answer questions about directX coding, Windows API coding, and Standard C++ language.

I also have a question for anyone to answer:
How does internet/network coding work in C++?
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
You want to answer stuff about an operating system called Nachos?

<-- currently going through hell with an OS course
 

Robotoer

Member
Nov 9, 2004
39
0
0
woah. That's confusing. I don't understand :p

It does have C++ in it tho which i do understand.
 

Red and black

Member
Apr 14, 2005
152
0
0
Holy cow it's NACHOS! It's been a while (1998?) since I had that class, but it was super educational. Good luck, and I hope you enjoy spending 40 hours a week on a single class!

Edit:
Oh, and about the network programming. You can either use a portable library (like ACE or netxx) or the native interface on whatever system you're using.