Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

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

Member Avatar for virus.exe

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

Member Avatar for BhawikJain
0
406
Member Avatar for virus.exe

Hey I was just wondering what them definitions were for the following errors: runtime compile time execution error logic error Thanks Dave

Member Avatar for mKorbel
0
79
Member Avatar for virus.exe

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; …

Member Avatar for kekkaishi
0
204
Member Avatar for viperman224

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 () …

Member Avatar for nrfae91
1
845
Member Avatar for virus.exe

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?

Member Avatar for John A
0
68
Member Avatar for virus.exe

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 …

0
88
Member Avatar for virus.exe

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.

Member Avatar for Ancient Dragon
0
59
Member Avatar for virus.exe

How do you kill and task in C++. Im using windows xp. And not using [code] system("taskkill [task.exe]"); [/code] thanks!

Member Avatar for Ancient Dragon
0
79
Member Avatar for virus.exe

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 …

Member Avatar for ~s.o.s~
0
119
Member Avatar for virus.exe

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 …

Member Avatar for WaltP
0
2K
Member Avatar for bigben09

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; …

Member Avatar for tayster
0
264

The End.