Forum: IT Professionals' Lounge Oct 29th, 2008 |
| Replies: 13 Views: 1,209 my friend has borrowed me a xp disk, but i think its a pirate, though this is not my original disc would it work to do the things you mentioned? |
Forum: IT Professionals' Lounge Oct 27th, 2008 |
| Replies: 13 Views: 1,209 iv tried the option but doesnt work and i dont have the CD you mentionee :/ |
Forum: Windows Software Oct 27th, 2008 |
| Replies: 2 Views: 756 Probs was just a typo but dev-c++ is from www.bloodshed.net/devcpp.html |
Forum: IT Professionals' Lounge Oct 27th, 2008 |
| Replies: 13 Views: 1,209 Hey, well basicly i was abit stupid and deleted everything of the startup list, and well the next time i start up my computer (windows xp sp2, laptop) i usually have to login, so i do, it goes... |
Forum: C++ Oct 27th, 2008 |
| Replies: 3 Views: 369 #include <iostream>
#include<string>
int main() {
for(int i = 0; i <= 10; ++i) {
std::string triangle(i, '*');
std::cout << triangle << std::endl;
}
... |
Forum: C++ Oct 21st, 2008 |
| Replies: 3 Views: 381 * << endl;
can someone help? how can i make the program work? |
Forum: C++ Oct 20th, 2008 |
| Replies: 3 Views: 381 i cant get access to a pc atm im on my psp..
for(i = 0; i < 11; i++) {
triangle(i, '×');
cout << triangle < endl;
}
triangle is a string. ty |
Forum: IT Professionals' Lounge Aug 5th, 2008 |
| Replies: 0 Views: 455 Hey,
I'm wanting a new laptop and a ext hd, the ext hd is going to be £100 (+ £5 delivery) from Pc World, The laptop that i am looking for has to have allot of certain things:
250GB HD
4GB... |
Forum: C++ Jul 28th, 2008 |
| Replies: 9 Views: 1,455 Hey. The title displays the error and i was just wondering how i could fix it. Thanks!
#include "resource.h"
IDR_MYMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",... |
Forum: C++ Jul 19th, 2008 |
| Replies: 1 Views: 382 Hey.
I am wanting to make this program so that the user can move the position of his characters. I have made a attempt but i am confused about some bits.
// Code Shark
#include <iostream>
... |
Forum: C++ Jul 19th, 2008 |
| Replies: 3 Views: 550 Hello, I was wondering if all i need to add was another do loop outside of the current do loop for the program to keep asking H, L, or E when an invalid character was entered? |
Forum: C++ Jul 14th, 2008 |
| Replies: 3 Views: 550 Hello, I made this program that has random values and you have to choose to say if the next number will be higher - or lower. I completed the code and successfully had no errors but when the user is... |
Forum: C++ Jul 13th, 2008 |
| Replies: 15 Views: 1,596 Hello, I read in a thread that you could use system("start http://www.daniweb.com/"); to get the page Daniweb (http://www.daniweb.com) but I am wanting to write a program that the user can enter a... |
Forum: C++ Jul 13th, 2008 |
| Replies: 14 Views: 1,321 Hello, I'm new to this forum and have a brief knowledge of C++. I made this program to ask the user for a word and make it so the word would not be allowed any "i's". I completed the task just my... |