Forum: C++ Sep 9th, 2004 |
| Replies: 97 Views: 25,625 There is big difference between C and C++. "Most everything" is written in C. |
Forum: C++ Sep 2nd, 2004 |
| Replies: 8 Views: 3,947 Operating systems such as UNIX require applications to return an integer value.
0 usually meaning success and non-zero meaning an error. |
Forum: C++ Aug 31st, 2004 |
| Replies: 1 Views: 7,714 http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true |
Forum: C++ Aug 31st, 2004 |
| Replies: 9 Views: 12,115 ODBC API
http://msdn.microsoft.com/library/en-us/odbc/htm/odbcodbc_function_summary.asp?frame=true |
Forum: C++ Aug 27th, 2004 |
| Replies: 5 Views: 5,193 try hiring a team of developers... ;) |
Forum: C++ Aug 27th, 2004 |
| Replies: 97 Views: 25,625 You can develop video games in any language out there. Heck, you can write it in JavaScript if you'll write a compiler for it. The key developing method in modern video games is accessing Video... |
Forum: C++ Aug 26th, 2004 |
| Replies: 97 Views: 25,625 I think C++ has been always kind of dead. The only major software i can think of that was written in C++ is Mozilla and Qt (Even though major implementaion of these software was rendered in C). I... |
Forum: C++ Aug 26th, 2004 |
| Replies: 19 Views: 8,764 I think that the closest Math that can be compared with programming is Descrete Mathematics... |
Forum: C++ Aug 9th, 2004 |
| Replies: 6 Views: 6,154 It should be either SNMPAPI_OFF or SNMPAPI_ON, right?
Have you checked the return value for these constants? |