Click here to Skip to main content
16,016,773 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to generate coding c++ for wordsearch game..
for example, the size of grid is 9X9...
help me.
Posted

1 solution

There are no code generators that will generate code for a specific task. You're going to have to *write* the code.

You might want to start by writing down how the program is expected to work, determine data structures, design an interface, and finally, write the code. (This should clearly illustrate to you that a programmer needs to be able to do more than just "writez da codez". He has to be a capable requirements writer and interface designer as well. Of course to do any of this, you must understand the problem - if you can't define it, you can't solve it.

When you encounter a specific problem, come back and ask a question, and we can probably help you.
 
Share this answer
 
v2
Comments
resonance_siv 17-Dec-11 10:54am    
ryt john
Sergey Alexandrovich Kryukov 18-Dec-11 18:29pm    
Tell'em! My 5,
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900