c++

If i master in classes,polimoph,inheritance,files,and all in basci like loops ect.What will be able to make?I mean tell me a program which if a make it ,it means that i am pro in all them?
You can make whatever you want.

There's no set program that, upon completion, gives you some sort of pro status. Nor do you master the concepts of inheritance and polymorphism etc. in one program; they have many uses and there's always something new to learn.

The term "pro" is ambiguous. If you're using it as a term to refer to someone's skill level then it's hard to gauge. C++ is a broad subject. Some people are good at some things, not so good at others. I doubt anyone is a real expert at everything. If this is your use of the term "pro" then my suggestion is to drop it, concentrate on learning and don't get caught up on labelling yourself with a skill level.

Of course, the other use of the term "pro" would be someone who programs for a profession, which, I'd say, is simply when you're employed to program.
If you want to make "Buissnes programs" i would say:

Try to learn Visual studio GUI:s they are really powerful for making fast applications with "average" results.


If you want to make games:

Learn first SDL then (maybe win32API if youre on windows of course) And after that i would say OpenGL is a good and fun Graphics API. Atleast for beginners.

That is what i would do.

Good luck!

EDIT: Sorry didnt read your topic really. This is OOT. But maybe also something useful for you here :)

Im not quite sure what program you should make to show all of those things at once. Maybe start learning some of the mentioned APIs and try to implement them where they fit :)
Last edited on
Topic archived. No new replies allowed.