Hi
I installed Visual C++ 2010 express today. There is no option to create a .C file. I tried googling but found nothing. Please help me with this
lastbencher 0 Newbie Poster
Recommended Answers
Jump to PostC++ is the lowest it will take, but you can use C-only-code in a C++ project.
You will have to keep yourself from using enhanced features, but the result can be C.If you make a Win32 Console App and don't include any additional features, you'll be as close …
Jump to PostPretend like you are coding in C, because C++ is a subset of C, so everything you can do in C you can do in C++.
All 5 Replies
thines01 401 Postaholic Team Colleague Featured Poster
sergent 52 Posting Pro
lastbencher 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
mitrmkar 1,056 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.