Do I need to learn C or jump to C++ for game Dev? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Do I need to learn C or jump to C++ for game Dev?

It's really confusing. But I believe someone out there had the same problem! ...It would be great to know if you have any useful opinion.

4th Jun 2019, 1:05 PM
samsonemes
samsonemes - avatar
11 Answers
+ 10
Actually Not At all
6th Jun 2019, 9:10 AM
Sophia
Sophia - avatar
+ 4
C++ is superset to C with many more tools ,so no need to learn C You can directly start C++
4th Jun 2019, 1:15 PM
Tony Stark
Tony Stark - avatar
+ 4
samson monyluak you don't need to study C language as you have choice to use inproved version of it named C++ here ++ is a increment operator that indicates the improved or enhanced version of it. So its better to learn C++ because it includes more futures like reuseablilty, object, classes or more. After learning c++ you must go for c# pronounced as C Sharp that has more futures than c++
5th Jun 2019, 5:04 AM
Nouman Bin Sami
Nouman Bin Sami - avatar
+ 2
No need to do C first, c++ shares common syntax and is basically "improved" version (hence the ++)
4th Jun 2019, 1:13 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 2
Now i am learning c++, if i finish c++ which one next to me learn
4th Jun 2019, 10:49 PM
Abdulrazak Ibrahim
Abdulrazak Ibrahim - avatar
+ 2
Sophia , just curious... C & C++ are Unix and Linux based. Why isn't it necessary? No offense meant😊
6th Jun 2019, 10:59 AM
Da2
Da2 - avatar
+ 2
Lol that isn't how it works 😂 game development doesn't need core c++ or c just the very basics these days we have powefull game engines that handles everything to the T your c++ skill is just for basic scripting here and there except you want to build a gamiing engine
6th Jun 2019, 11:32 AM
GeneralZod
GeneralZod - avatar
+ 2
C++ seems the go ahead. Most game dev recommend it
8th Jun 2019, 10:17 PM
samsonemes
samsonemes - avatar
0
Jump to C++. It is used by every game development company.
5th Jun 2019, 1:40 AM
Suraj Singh
Suraj Singh - avatar
0
Go with C++
5th Jun 2019, 4:07 AM
Talluri Saisumanth
Talluri Saisumanth - avatar
0
There are several ways to program. There is Linear Programming, an example of which is C. Then there is Object Oriented Programming, C++ is an example of OOP. A more recent is Functional Proramming. It is more prudent to focus first on control and data structures which is the basis of ALGORITHMIC LOGIC.
5th Jun 2019, 9:23 AM
Da2
Da2 - avatar