wasn't Codeguru #8 when chris was running it just before it became part of erathweb
P
Pete 2
@Pete 2
Posts
-
CodeProject makes 100hot.com! -
CodeProject makes 100hot.com!Tom wrote: >>Where exactly do you "think" we listed Zafir's article as new? http://codeguru.earthweb.com/tips - look at the bottom of the page
-
Setting focus to a controlUse SetFocus
-
basic questionWhat should the output to the following program be ? VC6 gives: 1 1 #include "stdio.h" void test(int i, int j) { printf("%d %d\n", i, j); } main() { int i = 0; test(i, ++i); }