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.

0 Endorsements
~1K People Reached
Favorite Tags
c++ x 10
Member Avatar for Sam Lehman

Hello, My name is Sam. I am a computer science major at CCBC ([url]www.ccbcmd.edu[/url]) and I need some help for my speech class. The assignment is an informative speech on a career that I could like to take part in after college. The field I choose is a computer programmer. …

Member Avatar for Sam Lehman
0
107
Member Avatar for Sam Lehman

I'm making a program which sends a specified line of text to the active window when you press a specified hotkey. I've figured out how the hotkey part, but have no idea on how to send the text to the active window. does anyone give me some ideas on this? …

Member Avatar for BountyX
0
245
Member Avatar for Sam Lehman

hi, I need to find a way to get a list of all of the files in the current folder, so i thought i could have my program execute the 'dir' command into the command prompt and then parse what is returened. would anyone have any ideas on how I …

Member Avatar for Sam Lehman
0
269
Member Avatar for Sam Lehman

[code]#include "stdafx.h" #using <mscorlib.dll> using namespace System; #include <iostream> using namespace std; int _tmain(){ char payType; double payRate, salPay, sesTaxes, sesGross, totalTaxes=0, totalGross=0, aveGross, hours; int pwPieces, empCount=1, anotherRound, hourExempt; cout<<"Sam Lehman\nPayroll Output File\n"<<endl; while (true){ cout<<"Pay Type? (type S, P, or H)... "; cin>>payType; while (true){ if (payType == …

Member Avatar for Sam Lehman
0
143
Member Avatar for Sam Lehman

i was wondering if its possible to use visual studio C++ and have the programs work on linux? i just started C++ and want to clear some things up

Member Avatar for Siersan
0
81
Member Avatar for Sam Lehman

hi, i've got a bit of a roadbump in my work. I need to set all of the money values to have two decimal points on the end, but my current program only adds two places if there are more than one. right now, i am multiplying the value by …

Member Avatar for Sam Lehman
0
198