0

Where to start?

Is it silly to approach C++ with no experience in C or C#?

5th Nov 2016, 2:58 AM
Jake
Jake  - avatar
5 Answers
+ 5
No, it's just a superset of C, and not all that related to C#. I wouldn't recommend trying C/C++ as a first language if you've never programmed, though.
5th Nov 2016, 3:14 AM
Garrett
Garrett - avatar
+ 3
@Yash, just like @Stefan said, C++ is quite different from html and css. I would start with something like python or even java if you're a quick learner so you can understand core programming concepts before tackling C++. Since C++ deals more directly with memory allocation, it can get confusing very easily for those who haven't seen it before
5th Nov 2016, 1:31 PM
Garrett
Garrett - avatar
+ 2
They are different languages, with there similarities. Depending on what you want to do C# is great for .net framework and libraries. If you want to make video games, the only difference between C# and C++ is the engine that uses them. Unreal Engine 4 uses C++ while Unity uses C# and Lua (smaller language). I would say try out all of them and see which one you like and understand the best. It is not a silly approach.
5th Nov 2016, 3:16 AM
-- -- --
+ 2
@Yash: Well, neither HTML nor CSS are general purpose programming languages. C++ will be quite a different experience for you.
5th Nov 2016, 6:24 AM
Stefan
Stefan - avatar
+ 1
@Garrett I have some experience in HTML and CSS, can I proceed for either among these??
5th Nov 2016, 4:23 AM
Yash Pal Goyal
Yash Pal Goyal - avatar