-
First think about how many parts the whole program needs, and then what functions each part needs, and then think about the process of each part, the global variables needed, and then make it up according to the content of the design.
-
Is lz from Nanjing University of Posts and Telecommunications?
In addition, there are many products on the group IDC network**, which are cheap and have a good reputation.
-
Let's introduce the programming software in the C language.
-
The Chinese cracked version of cfree, c and c++ can be compiled, if you have any doubts about using it, you can hi me, hehe.
-
The easy way to get started can be Visual C++, if you want to use VS2005, VS2008, VS2010 for better functionality.
-
Yes, there is no problem with writing C language, ignore the compatibility problem if it prompts, and right-click the icon, change the property to "run in XP mode", "run as administrator". Or just use VS2008, to be honest, it's a bit old. Under VS2008, standard headers are required to put ".
h" and precede it with a "c", for example"include"because this is the C header file naming format in C++. Everything else is the same.
-
Visual Stido C++ has a Chinese version, and we use it when we learn, which is very convenient.
There is also Turbo C retake the second level of computer use, which is a dos-like compilation software.
-
Generally used.
In addition, there is a "C and C++ Programming Learning and Practice System" that is very powerful, but it will only have the full function after registration, and it feels good to try it out.
There's also a real integrated learning software.,I'm using it.,(Integrated learning environment C language) feels good.,But he needs to explore it himself!
-
VC++ will be used in many textbooks, easy to use!
-
Generally, Microsoft C++ is used, but since it is a beginner, it is recommended to use Dev C++ before transitioning to VC++ after becoming proficient
-
Visual C++ is a good one, but it can also be used as a compiler for C++ after learning C++.
Turbo C: This one is not bad either.
-
Don't listen to them. Decisively use devc++What? What is C++ for? It's really much more useful than learning C.
I think you'd better buy a textbook and look at the program options in the textbook.
-
C programming language (2nd edition, new edition) is available in both Chinese and English, according to your preference This is the best.
C Programming (Tan Haoqiang) This can also be used for beginners.
-
Language selection Chinese-English.
Although Visual C++ is a classic version, it was released in 1998 and is too old to be supported by Windows Vista and later systems, so it is not recommended.
As for getting started, you just have to go through the standard process, and each software is pretty much the same. Here's how to set up Visual C++ 2010 Express:
-
Your** or write you a**that? If it's yours** you can send it to me.
-
C language programming software is to compile C** into machine language, which is the exe program we usually see, C language is some syntax, and learning English is a bit similar.
-
For example, VC++, you can read some learning materials on how to program.
-
VS2005,. Visual Studio 2005 Team Developer Edition provides developers with advanced static analysis, profiling, coverage, and unit testing tools that enable programmers to plan for quality early and often throughout the lifecycle.
-
The experiments I did; The results are as follows; If you can, I'll send it to you after you adopt it;
-
Yes, please leave an email address if you want.
-
For Windows, it is recommended to use Visual Studio or install a cygwin, and then install GCC in cygwin
Linux uses vim + gcc
Mac uses Xcode
Unix uses vim + gcc
-
vCPU++ vs2005 (VS series) Pure writing**, not compiling, Source Insight is also OK.
-
With EP bar, the operation is very simple and suitable for novices.
-
The VC++ version can be programmed in C.
-
Just search directly on Thunderbolt.
Scope. You static char *chh;
static char *ch1;Although the address pointed to by the two pointers does not change, have you ever wondered whether the memory address they point to has been released, char chc[10]; It's local, the function is out, the lifecycle is over, and you're trying to access it with a pointer in void times(). >>>More
main() [main function main program].
int i,j,k;【Define integer data i,j,k】for(i=1; i<=6;i++) main loop, i from 1 to 6, increasing to 1] for(j=1; j<=20-2*i;j++) subcycle, j from 1 to 20-2*i >>>More
2. 1, True 2, False (there is only one program) 3, False (not necessarily) 4, True. >>>More
C++ is an object-oriented language, not very easy to learn, because it is more flexible, so there are a lot of problems to consider when doing programs! Because of the direct operation of the hardware, it inherits the advantages of the C language, so it is very efficient, and is generally used for the underlying and embedded systems.
#include
int main() >>>More