Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » microsoft visual C, and Borland
Closed Thread
Old 07-18-2005, 07:50 AM   #1 (permalink)
 
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  
Old 07-18-2005, 05:37 PM   #2 (permalink)
 
True Techie

Join Date: May 2005

Posts: 141

Something Sexy

Send a message via AIM to Something Sexy
Default

Maybe I can't read but I am not exactly sure what you are asking. There are some differences between C and C++ but not that big of a problem, you should be able to pick it up very easily and quickly. If you are doing windows form programming I would definitly pick up Visual Studio .NET, it will make your life so much easier.
Something Sexy is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On