which tool can be used develop c++ code i.e visual studio or unix
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
when we are going to develop code c++ 1.why we are using visual studio 2008 2.why we are using unix 3.why we need SQL commands
-
when we are going to develop code c++ 1.why we are using visual studio 2008 2.why we are using unix 3.why we need SQL commands
-
when we are going to develop code c++ 1.why we are using visual studio 2008 2.why we are using unix 3.why we need SQL commands
- You can use
Visual Studio
for writingC++
applications targetting theWindows
platforms. - If you are using
UNIX
(orLinux
) then you are NOT usingVisual Studio
(and you are using aUNIX
orLinux
compiler, e.g.gcc
). SQL
commands are used to deal with databases, see, for instance the SQL Wikipedia page[^].
THESE PEOPLE REALLY BOTHER ME!! How can they know what you should do without knowing what you want done?!?! -- C++ FQA Lite
- You can use