Programmer_112 wrote:
I'm completely skipping C to learn Objective-C for XCode.
"
Offline
Another reason to hate apple. If paying 1k for a machine and $100 to distribute isn't enough, they make you use a nonstandard language.
Offline
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
Offline
Snowdrift wrote:
theprogrammerpro wrote:
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
Is that a statement or a question?
question
Offline
theprogrammerpro wrote:
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
C is more "unclear"; it is very complicated in code.
C++ is more user friendly, and is easily conprehendible.
After that, it's practically the same...
Last edited by KrIsMa (2013-01-17 19:27:18)
Offline
theprogrammerpro wrote:
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
As you can probably guess from the title, C++ is a fork of the C standard. Originally, it was intended to be called "C with classes," giving you a better view of the difference. In my experience the syntax is not too different, but if you're unfamiliar with the concepts of Object-Oriented Programming, you should probably start with C. OOP will give more possibilities (it does everything C does and more) but has more difficult concepts. (if you really want, you can use C++ files and just code it according to whatever C tutorials or books you use, just make sure to use g++ instead of gcc if you are using command line. It really shouldn't make much of a difference)
Offline
16Skittles wrote:
theprogrammerpro wrote:
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
As you can probably guess from the title, C++ is a fork of the C standard. Originally, it was intended to be called "C with classes," giving you a better view of the difference. In my experience the syntax is not too different, but if you're unfamiliar with the concepts of Object-Oriented Programming, you should probably start with C. OOP will give more possibilities (it does everything C does and more) but has more difficult concepts. (if you really want, you can use C++ files and just code it according to whatever C tutorials or books you use, just make sure to use g++ instead of gcc if you are using command line. It really shouldn't make much of a difference)
Then what is c#?
Offline
KrIsMa wrote:
16Skittles wrote:
theprogrammerpro wrote:
What is the difference between the C language and C++ witch one is more powerful, witch is easier, and witch should i learn...
As you can probably guess from the title, C++ is a fork of the C standard. Originally, it was intended to be called "C with classes," giving you a better view of the difference. In my experience the syntax is not too different, but if you're unfamiliar with the concepts of Object-Oriented Programming, you should probably start with C. OOP will give more possibilities (it does everything C does and more) but has more difficult concepts. (if you really want, you can use C++ files and just code it according to whatever C tutorials or books you use, just make sure to use g++ instead of gcc if you are using command line. It really shouldn't make much of a difference)
Then what is c#?
C# (C Sharp) is a C-like .NET programming language for Windows. It is very easy to learn compared to C and C++. Most programs written in a .NET language like C# or VB.NET can be run on Mac or Linux with Mono, but it is better to write native programs for Mac and Linux because Mono does not always work properly and can be a pain to download on slower internet.
Offline
nathanprocks wrote:
KrIsMa wrote:
16Skittles wrote:
As you can probably guess from the title, C++ is a fork of the C standard. Originally, it was intended to be called "C with classes," giving you a better view of the difference. In my experience the syntax is not too different, but if you're unfamiliar with the concepts of Object-Oriented Programming, you should probably start with C. OOP will give more possibilities (it does everything C does and more) but has more difficult concepts. (if you really want, you can use C++ files and just code it according to whatever C tutorials or books you use, just make sure to use g++ instead of gcc if you are using command line. It really shouldn't make much of a difference)Then what is c#?
C# (C Sharp) is a C-like .NET programming language for Windows. It is very easy to learn compared to C and C++. Most programs written in a .NET language like C# or VB.NET can be run on Mac or Linux with Mono, but it is better to write native programs for Mac and Linux because Mono does not always work properly and can be a pain to download on slower internet.
Thanks!
Offline
Spaxxy wrote:
I don't really like C or C++, but I'm learning C#. There are some seriously cool features in it. Dynamic objects and lambda expressions for the win!
it is your decision. Have you tried c or c++? which one do you find the easiest?
Offline