dashang said:
I know C and i have done sme program in C too. But i need sme more work out for software programming.
Please be more specific. What exactly do you mean by software? Are you interested in developing those eye-candy desktop applications we see everyday, or are you just concerned with the output, rather than the looks?
Since you already know C, I suggest that you learn C++. You won't find it difficult. With a week's hard work, you'll be able to master most of the OOP concepts.
* If you want to develop any application now, you have C & C++ at your disposal. This should be enough for now.
* If you want to design a good user-interface to the code, you can use MFC. It's based on C++. Anyone who knows C++ can easily use MFC.
I see many people suggesting Java and C#. Believe me, it's difficult to learn them without knowing object-oriented concepts. Hence C++ is the right step forward, and then either Java or C#. Hope I cleared your doubt.
