Forum: C++ Nov 30th, 2008 |
| Replies: 14 Views: 10,375 Its simple. Use getch() to hold the screen. You must include the conio.h header file when using getch(). You place it at the end of your code just before the return statement in main().
See below... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 2 Views: 556 Hi all,
I have a double link list program that compiles ok, and when I run it, I get a message box saying that windows needs to stop the program.
Here is the code:
#include <iostream>... |
Forum: C++ Nov 2nd, 2008 |
| Replies: 5 Views: 722 Hi there,
Saw your question here, so decided to give you some advice. First, no one is going to spoon feed you any code unless you have made an effort and have got to the point where you are... |
Forum: C++ Nov 2nd, 2008 |
| Replies: 2 Views: 330 hey there,
you should really try to fix up any compilations first before running the program. You also need to take particular care when using pointers. If they are not used right, they can... |
Forum: Geeks' Lounge Nov 1st, 2008 |
| Replies: 1 Views: 384 have you ever wondered what is going on with all these new designer x-breed dogs that around? And what about the names they have?
EG
labradoodle - labrador x poodle
schnoodle - schnauzer x... |
Forum: Geeks' Lounge Nov 1st, 2008 |
| Replies: 12 Views: 1,273 pokemon are so overrated now. time to move on. |
Forum: Geeks' Lounge Nov 1st, 2008 |
| Replies: 64 Views: 4,003 hey all
we dont have halloween 'officially' here in australia, yet stores sell costumes and plastic pumpkin baskets, and promote sweets. Also we dont usually have 99% of kids running around the... |
Forum: C++ Nov 1st, 2008 |
| Replies: 8 Views: 558 On line 31, place the second 'cout' statement on the next line.
or you could write it like this instead:
cout << "x1 = " << x1 << "x2 = " << x2;
regards
nm |
Forum: C++ Nov 1st, 2008 |
| Replies: 24 Views: 61,923 Hey all!
Here is a challenge problem to try. Its actually one of the questions on my last assignment which I have already completed and handed in.
Write a program that involves two classes and... |
Forum: Geeks' Lounge Oct 21st, 2008 |
| Replies: 7 Views: 606 just letting you know, i have updated my profile
cheers
nm |
Forum: DaniWeb Community Feedback Oct 21st, 2008 |
| Replies: 2 Views: 807 Thanks! dont i feel like a dope
cheers
nm |
Forum: DaniWeb Community Feedback Oct 21st, 2008 |
| Replies: 2 Views: 807 Hi all,
Heres a question I feel really stupid asking. How do I update my profile? cannot seem to find a link for this.
Thanks
nm |
Forum: Geeks' Lounge Oct 21st, 2008 |
| Replies: 7 Views: 606 hello,
no, im not that sory guy from poland....
try the other side of the world and the opposite gender...
NM |
Forum: Geeks' Lounge Oct 9th, 2008 |
| Replies: 7 Views: 606 hi everyone!
just thought i'd check in and see how you all are. Not going too bad with my c++ programming, I am rather new to it even though I'm a little familiar with other languages like java and... |
Forum: Community Introductions Sep 23rd, 2008 |
| Replies: 2 Views: 397 Just thought I'd drop by and introduce myself. I feel a little guily as I joined up about a month ago, and was intending to introduce myself, but as I have been busy, I sort of put it aside. Well... |
Forum: C++ Sep 23rd, 2008 |
| Replies: 5 Views: 1,873 Hi all,
Just want to say thanks for your help, sorry it took so long to get back. I got the program working just fine.
Thanks again
n.m |
Forum: C++ Aug 30th, 2008 |
| Replies: 5 Views: 1,873 Hi there!
I am just starting out in c++ and so far, its going ok. I have a small problem in a simple program that is frustrating me, so I am hoping someone will point me in the right direction of... |