I want to write a console application in C in VS 2008. What type of project do I need to choose and what properties should I set for this?
C ++ - Projects - Win32 Project - Console Application. When the application is created, rename the .cpp files to .c. In the project properties, C ++, Advanced, select Compile as C code (/ TC).
Win32 console project ....
then add the files .... select .cpp, but name it .c :)
Visual ++ → Win32 → Win32
Source: https://habr.com/ru/post/1754781/More articles:How to collapse JavaScript functions / comment blocks in VS2010 / VS2008 - javascripthow to add the process of creating an object in .net - .netWhat PHP tags are always available? - phpUnable to show WPF application when manually configuring MainWindow and composing application (MEF) - wpfhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1754780/configure-a-p2-update-repository-programmatically&usg=ALkJrhgYm1SbIJi72f1ZcCAyRwzHCQ9HZACan I lock a file? - c #How do you reference the appropriate object from a DataTemplate in XAML? - c #How to check the type of a child in a div? - jqueryWhen I upload an image to OpenCV, it is always darker than the original. What for? - colorsКаковы основные принципы проектирования по шаблону Injection Dependency - c#All Articles