Learning C using Visual Studio 2008/Visual C++ 2008 Express -
Is there some kind of "books or tutorials available for developers of other languages available"?
I am currently trying to learn C (not C ++, maybe later) and even though I had some experience with it (this was writing DOS application using the Boseland C in the school ...), I do not know the standard library or a lot about it "about architecture"
My current project - which I want to use to learn - is to write an Ogg Theora player, that's it, using libob, libroboris and libriotora in my project but here I have a problem already Is: How do I add them?
I am a C # developer, and I will just add a reference to C # and it will be fine. But the visual C ++ (compiler / IDE which I will use in any case because I really want to do this project later) depends on the existing C Visual C ++ project, I am just overwhelmed by project properties.
I have found a lot of resources about C, but many things are really basic stuff (stating what the functions are - I know what the function is, I just want to know it That function C and C # / Java) or indeed academic (the type of things I sleep but learns not to learn anything).
I have been found to be useful, but I am currently using C # / Java / PHP / developers, and also about using Visual C ++ 2008.
Any good sign?
Assume that you have prior versions of those libraries available (i.e., .lib < / Code> files, plus a group of files with
.h
files). Go into project properties, and select Linker \ General from the tree on the left side. In the "Additional Library Directories", add paths wherever there are .lib
files. Then go to Linker \ Input and list all .lib
files in "Additional dependencies". This should take care of linking.
For header files, you have to go to C / C ++ \ general and they must add the directory included in the "additional included directories". Then you can only do #include
in general.
Comments
Post a Comment