Home > Back-end >  Lost bosses under the guidance of
Lost bosses under the guidance of

Time:11-23

Tan Haoqiang The c Language but I don't know what to do The program now look at The c Programming Language so now I just want to write a small program but don't know what to write for elder under

CodePudding user response:

Try to write a student information management system

CodePudding user response:

reference 1st floor w__dong_123 response:
try writing a student information management system
ok later I try

CodePudding user response:

Learned c want to do some graphics program interface, can learn the win32 SDK.
Then learn c + + MFC or qt also write interface program

CodePudding user response:

reference Slzde_sub reply: 3/f
look at c + + primer, and Tan Haoqiang made him go
Tan Haoqiang book how to...

CodePudding user response:

You can write a hash class template, even an introduction to the,

CodePudding user response:

reference Slzde_sub reply: 3/f
look at c + + primer, and Tan Haoqiang made him go
did find Tan Haoqiang books are no comment a bunch of useless old speak

CodePudding user response:

Modern approach to the second edition "c language program design" side is worth reading

CodePudding user response:

Who is very severe

CodePudding user response:

To find this book, with a large number of examples to knock again and again,
Interested in online video, with one line to knock,

CodePudding user response:

reference 1st floor w__dong_123 response:
try writing a student information management system


What XXX is generally going to use the database information management system, to modify a few interface, text box, button, or only the command line to make system run
Tan Haoqiang book is the most basic, the content of the database, the interface of what didn't mention, of course, what I see is Tan Haoqiang book 20 years ago, now have this aspect content don't know,
Think that year, after learning the C language, in the don't have access to the Internet, there is no function library document, only a might be wrong reference conditions, write a tetris game, can harvest a lot of female fans, now, may be, but certainly a lot less!

CodePudding user response:

Suggest go on studying, just learn c, even the interface can't do it, can expand the knowledge,

CodePudding user response:

Directly to make project, encounter not check book,
To zhihu find c language will slowly reading list,

CodePudding user response:

Recently, doing a residential property management system, JSP, essentially, framework, and is still much to learn and share!

CodePudding user response:

Come on, we learn together data structure, C language implementation

CodePudding user response:

Brush oj

CodePudding user response:

refer to the second floor holmes genius as quick response:
Quote: refer to 1st floor w__dong_123 response:
try writing a student information management system
ok later I try

Student information management system, to write the specific, such as including age, school, name, student number, address, telephone, dormitory, achievement, and so on, then extend from grades their knowledge, increase their ability of program design

CodePudding user response:

references the 19th floor stone dream response:
Quote: refer to the second floor holmes genius as quick response:
Quote: refer to 1st floor w__dong_123 response:
try writing a student information management system
ok later I try

Student information management system, to write the specific, such as including age, school, name, student number, address, telephone, dormitory, achievement, and so on, then extend from grades their knowledge, increase their programming ability
thank you

CodePudding user response:

It is necessary to brush oj...

CodePudding user response:

,,, not

CodePudding user response:

I also look at c + + primer plus is better, not just in detail and you will be on the mechanism and structure of the c has a more comprehensive and detailed understanding, don't have to rush to write programs, playing basis, the heaviest if hobbies ah, after watching, can go to look at some simple cases or deeply learn c pointer

CodePudding user response:

Begin with the library information manager, learn to slowly writing system

CodePudding user response:

The top one...

CodePudding user response:

Begin with the library information manager, learn to slowly writing system

CodePudding user response:

To making literally sought a popular project, and then on to see a problem,

CodePudding user response:

A solid can't try so hard, the first, learn c + + MFC or qt is fine

CodePudding user response:

Also can use c + + to make up the game, the c + + is a very good game software

CodePudding user response:

What can you do not do...

CodePudding user response:

When I learned in that year is done on the command line student management system, then made a fortunella venosa game

CodePudding user response:

Recommend you book, introduction to C project development practice

CodePudding user response:

The classic room charge system can learn to understand

CodePudding user response:

Snake, give you two functions
//-- -- -- -- -- -- -- -- -- to the specified coordinates to -- -- -- -- -- -- -- -- -- -- -- -- -- 
Void GotoXY (short short y, x)
{
HANDLE a=GetStdHandle (STD_OUTPUT_HANDLE);//get the program standard output handle
COORD t;//COORD structure for expressing coordinates
T.X=x * 2;//convenient Chinese localization, a Chinese character of two characters wide
T.Y Lin=y;
SetConsoleCursorPosition (a, t);//set the console cursor position
}
//-- -- -- -- -- -- -- -- -- to hide the cursor -- -- -- -- -- -- -- -- -- -- -- -- --
Void hide (void)
{
HANDLE a=GetStdHandle (STD_OUTPUT_HANDLE);
CONSOLE_CURSOR_INFO cursor_info={1, 0};//set the cursor structure, set the thickness of the former, the latter set visible
SetConsoleCursorInfo (a, & amp; Cursor_info);//set the console cursor information (style)
}

Language is the header file Windows. J h, may also need to stdlib. H and conio. H

CodePudding user response:

Suggestions to find some topic to practise grammar, are familiar with to start the project, such as to full understand is unlikely, of course, just don't in the basic part of the problem, so to see other great god code will not be confused

CodePudding user response:

nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related