+ 2
What would be the using of learning SQL hand in hand with C and C++...why is relevant in other words?
SQL relevance in learning C and C++
2 odpowiedzi
+ 3
The general relevance of SQL with c and c++ is low. If you haven't programmed before and want a good language to use with SQL, I recommend c#.
Most web applications use SQL but c and c++ are not very good languages for implementing web applications. c#, PHP, Java, or Python are better for making web applications. c and c++ are often used to make computer games that use 3D graphics, device drivers, operating systems and other software that almost always does not connect directly with an SQL database.
+ 1
Josh Greig I see thanks a lot