Home > Back-end >  [C] about entering the C I
[C] about entering the C I

Time:11-04

From introduction to c + + where I'm from bi stand dark horse programmers learn
Now have mastered
Cout
Cin
Int, sring, plastic 'character' floating-point
Elseif the if, else, if nested
For, while, do, while for nested
The switch/case + break, end of defult
After the break, continue [does not perform in front of the back]
Goto/label, I often use the
Pointer * p [pointing to an address, change the value of * p is changed to the address values, pointing to an address that is=to address]
A function call, the function name (variable)
Functions are defined statement &
The return value of void & has no return value return return values
A one-dimensional array/two-dimensional array!
Ready to learn the structure & community, feel the two difficult!
Secondly about # include & lt; . H> What is my understanding is to define a header file, but no. Such as h & lt; Ctime> , & lt; Iostream> I need is understand write write grammar got corresponding to the definition of the above, such as generating system of random Numbers!

Then practice about c + + basic written on the phone, I found that mobile phone to define header files and header files needed for the computer some can't define
Such as & lt; Windows. H> Want to write a Slepp delay but, cell phone error definition, can only use + + & - f cycle for delay, like singlechip C language, and delay [wouldn't use ]

If there are any Suggestions you could give me comments, thank you!
Entry soon

CodePudding user response:

Windows. H just as its name implies Windows with dongdong

CodePudding user response:

Continue to learn, to learn the use of the actual project you can discover, foundation is very important,

CodePudding user response:

If Windows phone operating system, it is estimated that you can use Windows. H, suggest learning or use a computer to write code
  • Related