Click to See Complete Forum and Search --> : an c++ learning request


Muha
May 15th, 2008, 03:57 PM
I have been programming in C++ for some time to be exact around 6 months. and i was intersted if someone can help me. Most of my time i spend learning about c++ (from several book, tutorials and etc...) and also i am a student of informatics. But my main problem is that at my collage i mostly recive trivial tasks that aren't connected to the real world programming and most information from the books are useless if i don't have an idea where to implement them. So i was wondering i anyone can give me several tasks to practice my skill's so i would prefer if the task's are oriented to software development. For the begining i would only like to start with programs without graphical interface.
Thx in advance =)
i would really like to start with something interesting and challenging than what they offer me at my collage
so thx and cheers

Skizmo
May 15th, 2008, 04:30 PM
i would really like to start with something interesting and challenging than what they offer me at my collage
And what is that. If somebody had an idea for you, then at least they need to know what you DON'T want :)

Lindley
May 15th, 2008, 09:03 PM
For the begining i would only like to start with programs without graphical interface.

Good, lots of beginners seem to think that GUIs are synonymous with "advanced programming". You show promise by not assuming that. In reality, a GUI is merely a side-branch, a curiosity almost; you can get extremely sophisticated without one, and you can be dead-simple with one.

But I agree that some examples of the projects you're being given would be helpful.

Muha
May 16th, 2008, 03:51 AM
so this are some of my most recent assigments:

1.I must define 2 classes(of students) in a single structure. The numbers of students must be assigned by a user so they can vary.And the structure must contain
- Name
- Surname
- Class
- Grade:
2. Print out the average great of every student, average gread of every subject and the whole class average gate. And print out the best student of both grades. And the using a insertion sort sort every student by their names surnames

and the second was that i need to define two polynomial and add , mutiply an divide and also i was assigned to define two matrice and add them and multiply.
So this are the two recent tasks

Muha
May 19th, 2008, 09:13 AM
So any help would mean a lot to me.

MrViggy
May 19th, 2008, 03:44 PM
So, what do you have so far?

Viggy

cilu
May 20th, 2008, 12:50 AM
[ redirected ]