954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

C Software Programming..

Hello,

I want to know where to start in software programming in C and C++, I know their basics, i can write programs of mathematical solutions, but, can you please help me, adjust to a higher level, like software programming, Thank You Guys!!

iTaChi
Newbie Poster
21 posts since Mar 2007
Reputation Points: 29
Solved Threads: 2
 

Well, if you haven't already, I'd definitely recommend going through all the tutorials here:
http://www.cprogramming.com/tutorial.html

While that will teach you only a fraction of all the details of C/C++, it's still something very good to learn. The second important thing is to make use of the skills you have learned. Try making little projects for yourself, based on the knowledge you have learned recently. We've even got a thread for that in case you run out of ideas:
http://www.daniweb.com/techtalkforums/thread67837.html

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

There are two ways to improve your skill and knowledge. One is to learn other interesting programming languages (such as Scheme, Python, Perl, Haskell, or Factor, since this will improve your C++ skill), and the other is to write more programs. The latter is essential, and the former is important.

I'd say the best way is to fiddle fiddle fiddle. I can't recommend specific starting points until you say what you mean by "software programming". You mean GUI-based? Depends on the OS. Get a copy of Visual Studio and start playing, making _really_ simple things that you know works, and fiddling things out. Heck, I recommend going into GUI programming with C# instead of C++, if you're going the Windows route.

Rashakil Fol
Super Senior Demiposter
Team Colleague
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177
 

Thank you...well..ive been through that site, infact, i have made my website about c programming..

< URL cnipped>


Thank you for the advise, i have a copy of visual studio 6, maybe i should experiment on that, and learn different language, like perl, Thank you again!!

iTaChi
Newbie Poster
21 posts since Mar 2007
Reputation Points: 29
Solved Threads: 2
 

>i have made my website about c programming..
If you said you only "know the basics", why are you trying to teach other people what little you know? You might screw something up. And by the way, plugging your website here in the forums is against the forum policy.

>i have a copy of visual studio 6, maybe i should experiment on that
Don't. Get the Express version of VS 2005:
http://msdn.microsoft.com/vstudio/express/

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

>infact, i have made my website about c programming..
I'd recommend learning C before trying to teach it. Your code is poorly written and your explanations of the code are severely lacking.

>Don't. Get the Express version of VS 2005:
If you stick to C, Visual Studio 6 is okay. If you use C++ aslo, definitely upgrade.

Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You