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
Ranked #44.2K
~2K People Reached
About Me

I am a different sort of person. kind of old school and you reallly just have to experiance me for your self and go from there.

Favorite Forums
Favorite Tags
Member Avatar for s1994

I'm missing something obvious here I think I'm trying to check for the existence of a file, and I hear this is possible with ifstream's .good property. Not even managing to get that far. Forgive me on this, I'm new to C++ Created a new VS console application. I then …

Member Avatar for mLearning
0
1K
Member Avatar for evantage

I am having trouble copying projects, I am using allegro 5 on my course at the moment so it makes completing the exercises faster by creating a default allegro project which has been modified to contain the allegro libraries and such and using this to create new exercises. The way …

Member Avatar for markaburlingame
0
167
Member Avatar for bdl365

i need to write a program that ouputs any five positive integers to the screen? for (int i = 1; i <= 5; i++) cout << rand () // what goes here? usually when there's a range (lets say any 3 digit number) i usually do it like this cout …

Member Avatar for markaburlingame
0
85
Member Avatar for mtm6042

I am having trouble finishing this code for an assignment i have due. I have to create a code that (depending on what the user picks) sorts the numbers in ascending or decending order using an array with the funcion in the code. Any help would be greatly appriciated. #include …

Member Avatar for markaburlingame
0
153