• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

The Programming Language Of C ... :o

Status
Not open for further replies.

furca

DNF Addict
The Originals
Legacy Exclusive Member
Joined
Oct 22, 2004
Messages
3,506
Reaction score
5
Hello,

I decided to get into programming during the summer because when I enter high-school I will be more focused on basketball, girls etc.

So I procracinated (sp?) and its the last week before the first day of high school. I got "C For Dummies, Vol 1", and am over 200 pages into it in 2 days. It's pretty easy for the most part, except some of the math in it, but im doing pretty well i'd say. I'm trying to finish it by the end of the week.

So my question is, with C can you only make programs in the DOS prompt? :S?... What language to build Applications and Programs. Should I continue with C, and move to C++ or waste my time on something else?
 
You need a compiler to compile your code ;) Such as Borland Compiler..
 
Before learning the C++ you must have a knowledge of C because C++ have the same syntax of C and Java either with a little difference.

C++ = C + 1;
 
When I took a course on C++ ... some 5 years ago, I didn't know anything about C, still everything went smooth; but that was just a half semester course. ;)
 
C is a good grounding for C++. The difference between the two is that C++ is 'OOP' which means 'Object Oriented', and it's this capability which allows you to use the Windows SDK class libraries to build native Win GUI apps. C is more fun with Linux if you're starting out; I can recommend that you look at Cygwin as a great Linux accompaniment to your Windows OS machine. Dead easy to install too. And if you know C, you can recompile the Linux OS kernel as you like ;)

You don't specifically need any knowledge of C to learn C++, but a knowledge of any procedural language is useful first.

Have fun!
 
You need a compiler to compile your code ;) Such as Borland Compiler..

I have Microsoft Visual C++ and am halfway through the C book ;)
 
Duncan said:
I have Microsoft Visual C++ and am halfway through the C book ;)
thats a good compiler, i have Code Warrior at school, we are learning C/C++ this year, we will move to Visual Basics soon enough. I had a JAVA background, so the C language came really easy to me, as did php, its all the same basics, if you learn one, there are only minor differences.
 
Duncan said:
So my question is, with C can you only make programs in the DOS prompt? :S?... What language to build Applications and Programs. Should I continue with C, and move to C++ or waste my time on something else?

You can do a hell of a lot more then just dos programs. Just gotta learn to use some of the external libraries or something like python for a gui. There are so many options.
 
Yea, I thought C was kind of boring. All my book is teaching me is DOS stuff. It was made in 94'.
 
Status
Not open for further replies.
Back
Top Bottom