Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-28-2005, 05:11 PM   #1 (permalink)
 
Junior Techie

Join Date: May 2005

Posts: 66

dingdong-man

Default C programming (noob)

I just learn C for the past few months.... but there;s something i couldn't understand until now....

i heard that learning C is never bad, but i think it's divided into two type of learning it. first is the C in which we have to write all the codes such as #include.... , and i'm doing this with Microsoft Visual C++.

and the second is only by using program like Borland C++ builder where we are given a 'Form' to design an application.

so how do these two things related? which type of C programming that is mentioned as the good one to learn??

heaahaha coz i'm really noob in C programming.

THnx for suggestions.....
dingdong-man is offline  
Old 07-28-2005, 05:52 PM   #2 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 9

cakeMate

Default

what #include does is to, um, literally "include" pre-written codes done by other people, or headers that contain information about this program. note that C is not C++, you seem to be using them inter-changably. and Visual C++ is a C++ compiler plus an integrated design environment to make windows-based programming easier, a Borland C++ is just a compiler.
cakeMate is offline  
Old 07-28-2005, 06:54 PM   #3 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Learn the command line type programming first. Forms come in later. Microsoft Visual C++ is a compiler that supports forms also, and full windows applications. You don't need to know about that stuff for now.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
 
Closed Thread

« Java | Access 2000 »
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