View Single Post
Old 07-18-2005, 07:50 AM   #1 (permalink)
dingdong-man
 
Junior Techie

Join Date: May 2005

Posts: 66

dingdong-man

Default microsoft visual C, and Borland

I'm doing C project now, and i used to be with microsoft visual C. because i'm still learning the basic such as to type:

#include<stdio.h>
int main()
{
printf(".....");
return 0;
}

but now i have to work with borland c++, by which i think i've to do design such as making the form of dialog box....

how can i use such things like typing #include.... in borland.
and what is useful in the real programming practice.....?

thnx....
dingdong-man is offline