Forum: IT Professionals' Lounge Jul 29th, 2008 |
| Replies: 2 Views: 552 sms 2 me tht u hv a prblm. snc we no u so well, we sgst cndl mkg. its mch ezr thn cptr |
Forum: IT Professionals' Lounge Feb 14th, 2007 |
| Replies: 39 Views: 17,956 NO.
They need to grow up.
I've been programming probably longer than you've been alive, long before C, C++, and VB even existed. For doing GUI programming, VB is quite good. You can build... |
Forum: IT Professionals' Lounge Dec 11th, 2006 |
| Replies: 21 Views: 5,434 That's because DevC opens a window to run the program, runs it, and when the program ends, closes the window. Change your code to this:
#include <stdio.h>
int main()
{
printf("This is... |
Forum: IT Professionals' Lounge Nov 30th, 2006 |
| Replies: 13 Views: 3,020 Yes, and I explained that to may4life. He seemed to understand, then ignored me.
As JoeProgrammer suggests Key word -- example! I go as far as to say that example does not even have to solve... |