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....