they aren't that dead and i like the forums / ppl around here. atm it's better than some 15000 ppl boards where 90% of em post imature replys and treads. the coding forum ain't that dead.. although there isn't even an sdk to code with now ;)
heh, im running seti on 3 machines and united devices (the cancer thingy) on 2 other. i've like 800 packages finished for seti and spend like 10000 hours for it. but it's true, it takes up 100% cpu time, if no other process needs the cpu. the cpu gets really hot this way.
if you even learn that at school, you should be able to get it in 2 month, shouldn't you? i can't learn that at school ehre, so i have to teach it myself O_o.
i hang around here only in this forum. i just left most of the bf1942 forums a few days ago. this game will be dead soon... i often don't close my browser for hours and refresh every ten minutes or so while i work at the computer. it's my starting home page, too. i have opera so it opens the...
the idea sounds good ;) maybe there should be more unique things. but the idea of so many wmd that you could destroy the world 100 times ...20 years ago there were so many that you could destroy it several thousand times.
just started for me , too, today..
since i did not have enough time either, the eal is ok for me ;)
/me is learning some of the basics again (forgot half of it)
maybe you should read the information on this site. i also wan't to get all information i can get. but the two sites you linked here don't really convince me. though the idea that the cia could be responsible for 9/11 is cruel. not the idea itself but it's content.
the first one shows the...
i dont know whether these books are all good, but you might need a book about the structure, one about directx programming(maybe opengl, too), one about ai and finally maybe one about plain c++ ;). that's what i would choose. try to find them at amazon.com and read the comments on them, that's...
nice calculator ;) i hope you don't mind if i comment on two things?
maybe some guys already realized that the division only gives int numbers. 5/2 = 2 (?)
wanna fix that?
use:
float divide (float first, float second);
in both lines instead of:
int divide (int first, int second)...
he doesn't need to use the {} in case as long as he doesn't have more than one function or what so ever to be executet in the specific case.
here you're gonna need them:
case WM_COMMAND:
switch(LOWORD(wParam))
{
case ID_FILE_OPEN:
DoFileOpen(hwnd);
break;
case...
no programming experience at all? then look at the c++ tutorials here in the forums, get some from the internet too. and without any experience i'd recommend to buy c++ for dummies, or c for dummies in combination with a book specially about visual c++ and one more advanced book.