Forum: C++ Jun 16th, 2008 |
| Replies: 8 Views: 492 struct student{
string name;
char code;
};
void typing(int &N,struct student vector[]);
void sorting_pr_name_et_code(int N,struct student... |
Forum: C++ Jun 15th, 2008 |
| Replies: 8 Views: 492 |
Forum: C++ Jun 15th, 2008 |
| Replies: 8 Views: 492 Hello people, I know how simple binary search works, but how can I do a double binary search, we got students each with a name and a code, I need in my binary search to find a student by name AND by... |
Forum: C++ Jun 15th, 2008 |
| Replies: 5 Views: 561 Yes Vernon you're right I'm not quite there yet (very far), the thing is that I've started C++ about 8 weeks ago, and it wasn't very intensive like 24/7 programing, I believe it's excusable, and... |
Forum: C++ Jun 15th, 2008 |
| Replies: 5 Views: 561 Actually the double void main(), was a mistake on my part, I don't want to convert anything to int, just put full sentences into an array and each sentence into an array of characters, I'll try this... |
Forum: C++ Jun 14th, 2008 |
| Replies: 5 Views: 561 Hi I'm pretty new to programming started about 3 months ago, and even though I feel I'm getting better, I still find it not easy at all, I got especially trouble with that code, look I want to put... |
Forum: Community Introductions Jun 14th, 2008 |
| Replies: 2 Views: 398 Thanks a lot, have a look at my thread please. |
Forum: C++ Jun 14th, 2008 |
| Replies: 4 Views: 481 I've figured out a way of doing it this is my code what do you guys think ?
Is it acceptable or far too clumsy, or very bad, good ?
Please it's important, thanks a lot.
#include <iostream>... |
Forum: C++ Jun 14th, 2008 |
| Replies: 4 Views: 481 Thank you VernonDozier, it works well, but now I got another problem imagine I got to write x different sentences and I got to analyse every single one of them, I've tried to store the getline into a... |
Forum: C++ Jun 13th, 2008 |
| Replies: 4 Views: 481 Hi people I'm in urgency, I got an exam on monday with C++ and I might get a thing like
there is a sentence like "Jack went fishing on monday", and I need to count the number of
"m","e","a"s etc... |
Forum: Community Introductions Jun 13th, 2008 |
| Replies: 2 Views: 398 Hello ppl, I'm a new member of the community, I'm a 21 years old eng student in Belgium and I'm a beginner in C++ programming even though I plan to graduate in Mech.Eng. we are still being forced to... |