i was wondering is it c99 compatible if not is there a way to convert it to c99 if so how cause i heard vsc++ is only c90 compatible and i don't want c90 only c99
I believe you can point to any libraries or includes you want through the ide or the command line. Search msdn for adding libraries or changing the executable directory (for specifying other compiler).
Haven't tried it though so I can't be 100% sure if it works with no problems.
C Question
MKSubb
Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=333319&SiteID=1
Hope this is helpful!
Thanks, Ayman Shoukry VC++ TeamLeonardo Limm
ahmad.arif
I believe you can point to any libraries or includes you want through the ide or the command line. Search msdn for adding libraries or changing the executable directory (for specifying other compiler).
Haven't tried it though so I can't be 100% sure if it works with no problems.
Thanks, Ayman Shoukry VC++ TeamMark Shehan ABC
agrodude
sjphere
What feature exactly in the language you are trying to use
Thanks, Ayman Shoukry VC++ TeamTestsubject
Here is a link about adding additional libraries, you can not just add but change the whole path that points to the libraries.
http://msdn2.microsoft.com/en-us/library/ba1z7822.aspx
As I said, I am not sure how this works with other compiler and if that is a supported scenario or not.
Thanks, Ayman Shoukry VC++ Teambala_excel
Sams C Primer Plus 5th Edition.
i know that #include <stdbool.h> don't work and a few others too.
RodRogue
VC++ 2005 does not contain a C99 fully conformant compiler.
Thanks, Ayman Shoukry VC++ Team