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
~53.7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for Bob

[QUOTE] [color=#0000ff]and let's say i have a range from 2 to N, what should i do to get the output only from 2 to N and not 0 to N?because what's given in the previous thread is a function to choose from 0 to N.[/color] [color=#0000ff]thank you :D [/color][/QUOTE] Say …

Member Avatar for JamesCherrill
3
53K
Member Avatar for AnthIste

hey guys. I dont know where this sorta question goes but its linux related so it ended up here. basically what im trying to achieve is to boot puppy linux from my USB, and keep my old files as well for when im in windows. So yeah. I got puppy …

Member Avatar for Sturm
0
52
Member Avatar for jrice528

to go back to the beginning, one way is to use a label, like so: [code=C++] int main() { Stat s; int score1 = 0, score2 = 0, score3=0, score4=0, score5=0; int x = 1; int winner; cout << "This program assignment number 4 was created by Jeremy Rice" << …

Member Avatar for AnthIste
0
143
Member Avatar for AnthIste

hey there. my problem is pretty simple (i think). I dont know how to point at a multi dimensional array.how i understand normal array pointers is: [code=C++] int numbers[5]; int *p = numbers; //so now *p points to numbers[0] //so if you say: *p = 10; //is the same as …

Member Avatar for AnthIste
0
126
Member Avatar for AnthIste

Hello there. I am very new to C++ and still rather new to programming (Im only in high-school). I am trying to make a decision based game that runs in a cli to just get going with the language syntax somewhat. So far the game is working, and I made …

Member Avatar for Sturm
0
172

The End.