i have been learning C++ already for 3 months ( and yes, i dont say its SO long, or even a EXPERT. )
1. i love it so far, although, i dont know if i should learn SQL server's OR to start learning SDL, i want a answer from an experienced c++ programmer.
2. the IDE im using, Visual Studio Community 2015, when i make an console application and after i "finish" it, i want to test it on my laptop, it wont work, because some .dll is missing, i download that .dll and put it in the folder, and there is an different error that can't be fixed. do i need to install some sort of a thing on that laptop so it will work?
3. if the official creator reads this, what IDE do you recommend to use?
thanks for answering..
hmm, thanks for all the info,
but about this sentence:
I suggest you install MinGW and use gcc to learn how to build on the command line.
i never worked with a compiler, i think VS Is good enough for me currently.
BUT , i just did the thing you said:
Project -> Properties -> Configuration Properties -> C/C++ -> Code Generation. Set the Runtime Library to /MT or Multithreaded (without DLL!). Press OK.
after i did that , ALL my code was in strange error, i switched back the setting, it was working again
why does this happend?
oh really mate?,
well, its not ONE error,
its about.. hmm, TONS OF THEM, you want 3 pages full of errors?