No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
not much to say cause im stil at school.. Dont even have a part time job. Wanna study and fo freelance programming to gain experience before working for a company
- Interests
- programming, dota, party, skipping homework
- PC Specs
- Intel Pentium 4 3.00 Ghz CPU 2x 512mb DDR2 400 RAM Danville motherboard 350watt PSU nvidia geForce 6600gt
5 Posted Topics
Re: [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 … | |
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 … | |
Re: 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" << … | |
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 … | |
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 … |
The End.