Developer's Blog
Register Low Fi Mark Forums Read

Reply
 
Thread Tools
Old 05-27-2012, 08:35 PM   #1
11ven
Member
 
Join Date: Oct 2009
Location: Right next to 10!
Posts: 126
11ven is offline

Default C/C++ Help


Ok i have a fair knowledge of C programming(most of the terms used) & not to brag but i am good at logical aspect of programming. But the sad part i have not spooned every bit of C inside my belly. & i want to move to C++ now.
Whats the difference? Which is better?Tell me something about C#? & any good learning material(so far the ones i found are.... )?
  Reply With Quote
Old 05-28-2012, 05:53 AM   #2
FF_MikeRoch
Member
 
FF_MikeRoch's Avatar
 
Join Date: Jun 2009
Location: Terrible Terra Belle
Posts: 2,123
FF_MikeRoch is offline
Default Re: C/C++ Help

One thing I'll tell you about C# is that it is heavily influenced on making the life of the programmer easier. There are many short cuts, both code wise and if you are using VS to code.

Unlike C or C++, C# eliminates simple mistakes that could create a crash if you were coding in C++. (The garbage collector for example, which automatically removes any instance that does not have a reference, instead of leaving it in the memory until the programmer manually calls for it to be removed)

Best way to learn is just dive in and try to code something. Use this website to get an idea of how the syntax and algorithms work in C# and C++ and compare them to C. http://msdn.microsoft.com/en-us/library/


Everyone will tell you its important to learn C++, but C# is like a programmers wet dream. Its so slick and clean.

Good luck!
__________________

Thanks to Geno. for the unexpected Sig :P
  Reply With Quote
Old 05-29-2012, 04:40 AM   #3
11ven
Member
 
Join Date: Oct 2009
Location: Right next to 10!
Posts: 126
11ven is offline
Default Re: C/C++ Help

ok thanks for the info..
  Reply With Quote
Old 05-30-2012, 02:33 PM   #4
XaTrIxX
Forum Staff
 
XaTrIxX's Avatar
 
Join Date: Jun 2009
Posts: 3,212
Blog Entries: 3
XaTrIxX is online now
Default Re: C/C++ Help

C# is okay, but be aware, it's still windows dominated. When you're writing cross-platform applications, C/C++ are always easier than to go with Mono in C#.

The biggest difference from C to C++/C# is probably that C is not object oriented! You might have to learn the ideas of object oriented programming if you don't know them yet.
__________________

Programming section moderator.
Also resolving issues in Marketplace section.
Playing DotA since 2005.
  Reply With Quote
Old 06-19-2012, 06:42 PM   #5
Mazo0_Dezo0
Member
 
Mazo0_Dezo0's Avatar
 
Join Date: Jun 2011
Location: Greece
Posts: 93
Mazo0_Dezo0 is offline
Default Re: C/C++ Help

So should i stay to C++ or go to C#?
__________________
When life i hard,you need to change.(log)
  Reply With Quote
Old 06-22-2012, 10:11 AM   #6
Svennn
Member
 
Join Date: May 2010
Posts: 75
Svennn is offline
Default Re: C/C++ Help

Quote:
Originally Posted by Mazo0_Dezo0 View Post
So should i stay to C++ or go to C#?
There is not the same answer for everyone. Read all the comments here and evaluate what's the best for you. As they told C# is easier and forgives you some mistakes, while C++ is less windows dependand
  Reply With Quote
Old 06-22-2012, 10:41 AM   #7
XaTrIxX
Forum Staff
 
XaTrIxX's Avatar
 
Join Date: Jun 2009
Posts: 3,212
Blog Entries: 3
XaTrIxX is online now
Default Re: C/C++ Help

Just go with one of them if you are too unsure. In the end it's important, that you practise programming, and realize that it's not always about the language. The concepts used are mostly the same.
__________________

Programming section moderator.
Also resolving issues in Marketplace section.
Playing DotA since 2005.
  Reply With Quote
Old 07-03-2012, 06:49 AM   #8
dying_soon
Member
 
dying_soon's Avatar
 
Join Date: Jun 2012
Location: Somewhere over the rainbow
Posts: 344
dying_soon is offline
Default Re: C/C++ Help

woahh awesome!! Python is easy try it!

haha jk...
  Reply With Quote
Reply
  Entertainment Programming


Forum Jump

Thread Tools