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
~340 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for mstrmnd2008

I am doing a c++ assignment and just need a little help. I would just like to know how to get the ASCII code number after inputing an ASCII character. The user of this program should be able to input an uppercase letter and recieve the ASCII code value and …

Member Avatar for Narue
0
139
Member Avatar for mstrmnd2008

I'm very passionate about computers and I love programming so I figured that participating in testing software or being able to participate in some way could truly help me learn C++ better than any prgramming class. Can anyone point me in the right direction? Thanks!

Member Avatar for ithelp
0
95
Member Avatar for mstrmnd2008

I am creating a program that will convert seconds into hrs mins and the remainding seconds. I've got the hours part down but for minutes im trying to use the remainder funtion. [code=cplusplus] #include <cstdlib> #include <iostream> using namespace std; int main() { int secns, mins, hrs, convs, sec, sph, …

Member Avatar for vmanes
0
106