encountered an eclipse new Project option that did not include C/C++ Project today.
first declare their installation software and environment (most of the articles xiaobai has seen so far do not explain their own environment to solve the problem, resulting in many xiaobai took a lot of detours).
– installation software: eclipse2020, win64. You can download it for free on your website.
p>
2 installation environment: JDK14, this version is installed eclipse when the JDK is automatically configured, environment variables are also automatically configured (before manually installed and configured JDK1.7, does not affect the normal work of eclipse).
Problem with
3: eclipse cannot create a new C/C++ Project at this point.
is looking for a lot of solutions online, most of which require MinGW installation, which can be very confusing for xiaobai. Here’s a small white solution.
four solutions:
1. Open eclipse — help-install new software
2. In the Work with the input url: http://download.eclipse.org/tools/cdt/releases/kepler p>
3. CDT will be loaded later, select all, and click finish
4. Receive protocol and wait for installation:
5. Restart eclipse when finished.
the third time to write a blog, I hope to help xiaobai, welcome criticism and correction, together with progress!
p>
p>
p>
Read More:
- Error: unrecognized command line option “-std=c++11”, to solve the problem that ubuntu does not support c++11
- Solution to garbled code problem after importing project in eclipse
- To solve the running error of eclipse for C / C + +: launch failed binary not found
- Error C2664 in C + + compilation: cannot convert parameter 2 from “const char [5]” to “lpctstr” solution.
- The use of Chinese characters in Qt and the solution to the “error C2001: newline in constant” problem
- A fatal error C1083 occurred when compiling C + + code under. Net: unable to open the include file: “xuhk”_ Jnihelloworld. H “: solution to no such file or directory error.
- Solutions to the problem of “Autowired cannot be resolved to a type” in eclipse Maven project
- After eclipse eclipse eclipse imports the correct project, an error is reported in XML and other files
- Solve the problems of (deployment descriptor: project name) and (jax-ws web services) under the new eclipse project
- Fatal error C1853 error occurs when there are mixed .c files in the VS project
- Solve the problem of error: cannot pass objects of non trivially copyable type ‘STD:: String’ in C / C + +
- C language string processing error warning, c4996, sprintf, predicted, c4996, strcpy, c4996, strcat
- Solution to the flash of running result of dev C / C + +
- Solution to the problem of console output window’s CMD flashing back when vs2015 writes C + + program
- The web project removal server reports an error, and the web project in eclipse cannot be automatically deployed to Tomcat
- Error: Microsoft Visual C + + 14.0 is required. Get it with “Microsoft Visual C + + build tools” problem
- cenos Upgrade g++ gcc(cc1plus: error: unrecognized command line option “-std=c++11”)
- Solution of project error reporting in eclipse
- C language — to solve the problem of program flashback when programming (in VS)