Forum: C++ Feb 27th, 2008 |
| Replies: 1 Views: 763 Is there anyway to just download a web page in c++? I need a program that can download a webpage at certian times of the day to get updated information. Is this possible? and if so how? |
Forum: C++ Feb 27th, 2008 |
| Replies: 0 Views: 386 Hey it's been a really long time since I have been to the site or since the last time I have done anything in c++. I was wondering is if was possible to make a program that opened up a website and... |
Forum: C++ Apr 25th, 2007 |
| Replies: 1 Views: 3,365 How can I hide the C++ window that pops up? I used to have a the code the made it run in the backround or processes but I lost it.
Please help im using Dev 4.9.9.2 and Windows xp.
Thx guys. |
Forum: C++ Apr 24th, 2007 |
| Replies: 1 Views: 3,679 How do you kill and task in C++. Im using windows xp.
And not using
system("taskkill [task.exe]");
thanks! |
Forum: C++ Mar 25th, 2007 |
| Replies: 1 Views: 1,773 I was wondering if it possbile to C++ creat a croaahair, or a dot in the center of my screen. The dot would have to run on top of all the windows I open. lol my friend wanted me to make him a... |
Forum: C++ Mar 23rd, 2007 |
| Replies: 4 Views: 7,076 Well im using XP Media Center, and Dev-C++ |
Forum: C++ Mar 23rd, 2007 |
| Replies: 4 Views: 7,076 I was wondering if it is possible to move the mouse in C++. Like get the coordinates and move the cursor. Maybe it's not possible but it would be cool.
thx |
Forum: C++ Mar 23rd, 2007 |
| Replies: 14 Views: 5,603 |
Forum: C++ Mar 23rd, 2007 |
| Replies: 14 Views: 5,603 Hi, this is not a HUGE problem but I was jw why at the end off all my codes I have to type, system("pause");.
When I even do the Hello World! program thing the black screen just flashes. I was jw... |
Forum: C++ Mar 23rd, 2007 |
| Replies: 8 Views: 2,077 Hey I made a C++ program that does Taxes, I had to use Stream and float, hope this helps
// The Taxer
// By: David Seviour
#include <iostream>
#include <string>
#include <sstream>... |
Forum: C++ Mar 20th, 2007 |
| Replies: 21 Views: 45,034 I made a pretty sweet Number Hang Man Game. Im really noob but it wasnt hard.
// Number HangMan
// By: David Seviour
#include <iostream>
#include <string>
#include <sstream>
#include... |