No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
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
Hey I was just wondering what them definitions were for the following errors: runtime compile time execution error logic error Thanks Dave
Hey im having trouble making the tester part of a program. In the first part I made a class named student: [CODE]public class Student { private String name; private int idnumber; private double gpa; private int credithours; public Student(String studentname, int idNumber, double gradepa, int chours) { name = studentname; …
I made a pretty sweet Number Hang Man Game. Im really noob but it wasnt hard. [code] // Number HangMan // By: David Seviour #include <iostream> #include <string> #include <sstream> #include <cstdlib> #include <iostream> #include <time.h> #include <windows.h> #include <string> #include <cstdlib> #include <ctime> using namespace std; int main () …
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?
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 copied some information such as text off the …
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.
How do you kill and task in C++. Im using windows xp. And not using [code] system("taskkill [task.exe]"); [/code] thanks!
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 crosshair for counter-strike. thx guys, if this …
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 why no one elses codes have this. Its not …
Hey I made a C++ program that does Taxes, I had to use Stream and float, hope this helps [code] // The Taxer // By: David Seviour #include <iostream> #include <string> #include <sstream> #include <cstdlib> #include <iostream> #include <time.h> #include <windows.h> using namespace std; int main () { string mystr; …
The End.
virus.exe