Re: an c++ learning request
Quote:
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 :)
Re: an c++ learning request
Quote:
Originally Posted by Muha
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.
Re: an c++ learning request
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
Re: an c++ learning request
So any help would mean a lot to me.
Re: an c++ learning request
So, what do you have so far?
Viggy
Re: an c++ learning request