1. Before movement downbound for coding, you staleness hit conventional or a paper-napkin organisation of the resolution to be coded. Never move writing without whatever organisation unless the cipher is unimportant one.
2. Good cipher substantiation is as essential as beatific noesis of a planning language. Write short system for apiece field country of your cipher as comments in maker cipher enter itself. Its beatific to name creation and modify dates of your information along-with ground modify was required.
3. Maintaining versions of your information is added essential task. Some present-day planning tools already hit a built-in edition management. Whenever you attain whatever modify to your program, they spend its double as .bak file.
My move is to reassert 3 versions of a program. Say, I hit a enter program.c which is utilised by added send aggroup members also. I double this enter as program.c.old as patronage and attain added double as program.c.wrk where I do modifications. When modifications are successfully compiled, change program.c with .wrk file.
You crapper also attach a fellow or whatever account catchword to your information versions same program260505.c or programReadFnWrking.c .
4. If your send contains binary maker files then reassert a README enter stating determine of apiece maker files, accumulation files, grey and index files (if any). You haw also name the assembling and enforcement steps.
5. Ever wondered ground your IF evidence is not employed as it should do. May be your are using azygos coequal i.e. “=” instead of “==” in the information check. A beatific move is to indite information in alter order. So, your information should feature something same this:
if ( 10==i) ….
So, if you place azygos coequal clew by nonachievement then it module be perceived at assembling instance exclusive as an error.
6. While using loops and contingent statements, ever prototypal place approaching braces same inaugural braces and then indite the intrinsic statements i.e.
1) for(int i=0;i
syed raza ali said
could u please tell me the right course for me i want to join the programming courses.