Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for marceta

Hi guys, im workin on a little text based RPG using c++. It is a win32 comsole application and i am wondering what i could do to improve it! I have added my source code [code] # include <iostream> #include<ctime> #include<cstdlib> #include<cctype> using namespace std; struct monster { int strength; …

Member Avatar for aramil daern
1
916
Member Avatar for Caps

This is very annoying, and it only recently started happening, and I'm not sure why. Everytime I go to open a new link by right clicking it, and pressing "open in new window", the window that opens, opens the webpage, but the window size takes up the top 4th of …

Member Avatar for Frustrated by w
0
2K
Member Avatar for Caps

I've just purchased a new computer, and I'm a little etchy on if I bought enough hard drive space. I currently use my computer for programming, web dev, and graphic design. I'm expecting to use a total of 5 GBs worth of program files for all my needs, but I …

Member Avatar for simplewhitelady
0
90
Member Avatar for Caps

I'm working on an aim profiler program in C++ using VC6, and I'm trying to take the last login name for AIM from the registry and store it in a variable. I'm not that experienced with the Win32 Api, but I'm trying. Here's my code: (I took it off a …

0
81