Forum: C++ Jul 29th, 2004 |
| Replies: 6 Views: 6,343 Greetings.
Sorry if I was wrong. ;)
steerles_fan, sorry for giving the wrong advice.
Dave, maybe you could advise steerles_fan on this? |
Forum: C++ Jul 28th, 2004 |
| Replies: 6 Views: 6,343 Greetings.
Umm, refering to the first post, I'd like to make some ammendments.
If you'd like to let's say maintain cin>>FullTimePartTime;
just before a cin.getline(...), you should clear your... |
Forum: C++ Jul 28th, 2004 |
| Replies: 2 Views: 2,449 Greetings.
Welcome to daniweb.
But, where's your code? |
Forum: C++ Jul 28th, 2004 |
| Replies: 6 Views: 6,343 Greetings.
Err, I don't really get what you mean.
When I take those lines out, it worked just fine, as in, I could enter a name and get it displayed in return ;)
#include <iostream>
#include... |
Forum: C++ Jul 27th, 2004 |
| Replies: 5 Views: 6,355 Greetings.
Oh alright.
Umm, I don't know what else to advise as it would be better to explain with examples/scenarios.
You try it out and feel free to post your codes here when you encounter any... |
Forum: C++ Jul 27th, 2004 |
| Replies: 5 Views: 6,355 Greetings.
Umm, assuming that the lines in your file always have ().
And, you would like to get the content in the bracket then you could do this:-
[1] Get the content of line 10, store them as... |
Forum: C++ Jul 27th, 2004 |
| Replies: 1 Views: 10,418 Greetings.
Umm, I believe the RGB coding is standard.
What I mean here is that if RGB(170,255,213) = green when displayed in C++, it should be the same when displayed in any other places.
I've... |
Forum: C++ Jul 24th, 2004 |
| Replies: 8 Views: 2,688 Greetings.
Umm, I don't quite get you.
What would be the expected output & the relevant input?
Could you please attach also the content of functino PrintRaceName(int) ?
Thanks. |
Forum: C++ Jul 23rd, 2004 |
| Replies: 1 Views: 1,962 Greetings, koh.
Check this thread out.
http://www.daniweb.com/techtalkforums/thread8074.html |
Forum: C++ Jul 20th, 2004 |
| Replies: 5 Views: 2,825 Greetings.
Graphics umm, with C/C++?
I have learnt some OpenGL with C++. Open GL can do great stuffs.
Not sure what are the advantages/disadvantages of it but it's fun learning openGL. |
Forum: C++ Jul 13th, 2004 |
| Replies: 4 Views: 2,302 Greetings.
Thanks.
I've modified a bit, it may not be as efficient. Hope this helps ;)
#include <cctype>
#include <cstring>
#include <iostream>
using namespace std; |
Forum: C++ Jul 13th, 2004 |
| Replies: 4 Views: 2,302 Greetings.
Hi. Could you please provide a set of input and its expected output?
Just to make sure I understood perfectly and would be analysing your code correctly. :) |
Forum: C++ Jul 6th, 2004 |
| Replies: 6 Views: 3,098 Greetings.
No problemo.
To Eddie,
I'm ready to help as long as you show some effort. ;)
To mrlucky0,
Sorry for being unable to come out with the exact result you wanted. Try to post
... |
Forum: C++ Jul 5th, 2004 |
| Replies: 6 Views: 3,098 Greetings.
Sorry, I didn't have time to really sit down and think.
Can't get 4 for loops, but I've got a while nested with 3 for loops.
Take it as a reference if you like.
I'll spend some more... |
Forum: C++ Jun 20th, 2004 |
| Replies: 14 Views: 5,196 Greetings.
To Asif-NSU,
Yeah, my mistake. Sigh... |
Forum: C++ Jun 17th, 2004 |
| Replies: 14 Views: 5,196 Greetings.
To Fili:- Hey, thanks. :D
By the way, what language are you using?
Does "Numarul de termeni" mean "Please input something".
LOL. Just a wild... |
Forum: C++ Jun 16th, 2004 |
| Replies: 14 Views: 5,196 Greetings.
Errr, I still don't really get what you mean.
However, could you check if it's something like this?
where in this case, you have to prompt the user for an input for "n". |
Forum: C++ Jun 14th, 2004 |
| Replies: 14 Views: 5,196 Greetings.
I see. I often see my lecturers using shortforms like "hth" & etc. without knowing what it means. ;)
Your suggestion to the second problem was cool.
How about converting the number... |
Forum: C++ Jun 14th, 2004 |
| Replies: 14 Views: 5,196 Greetings.
Err, sorry for my ignorance, but what does WAP mean? |
Forum: C++ Jul 9th, 2003 |
| Replies: 8 Views: 4,942 Err...I'm a beginner in this. I'm not sure if adding a getchar() before your program ends would help or not. ;) |