Search found 23 matches

by Odifma
Sat Mar 17, 2012 7:33 pm
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

Thank you Avishaiozeri! i was actually having a problem with another assignment and i came here to see if anyone else posted and you saved me! haha thanks for the great help! :)
by Odifma
Sat Mar 10, 2012 1:07 am
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

also, i probably should start to leave //comments in my code huh? gah... but really. i greatly apprecaite the help. im going to try to write it using what i have and just read over the comments you left for some help :)
by Odifma
Sat Mar 10, 2012 1:00 am
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

whats that? copy and past so i can get an A+ in my class, why sureeeee hahaha jk :p yea usually i just try to read it and udnerstand why its there. cause just pasting isnt going to help me learn anything besides how to ctrl+c / ctrl+v faster.. the hardest part is that my teacher barely went over the...
by Odifma
Fri Mar 09, 2012 6:52 pm
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

thanks superled, i put that in there :) and i apoogize for the long format, im still new to coding n what not and didnt know how to put it in blocks. but il do it from now on :) but im still having the same issue when i run the program. i can still put any number and itl tell me lower, hihger, then ...
by Odifma
Fri Mar 09, 2012 9:28 am
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

ok i have an issue now. i run my program. asks me for a number between 1 and 10. i put 1 says lower, i put 1 again says higher, i put 1 again and it says correct. and im not sure how to make it so my program keeps running until i get the answer right. so if i gues 3, then 2, then 1, then 5 and their...
by Odifma
Fri Mar 09, 2012 8:48 am
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Re: Beginner C++ helppp

awesome thank you :) ok that makes more sense. ya my instructor kinda just expects us to figure some of this stuff out. which is good sometimes, but not in the first few weeks of class heh... thanks for the help and i greatly appreciate it :)
by Odifma
Thu Mar 08, 2012 11:21 pm
Forum: Programming Discussion
Topic: Beginner C++ helppp
Replies: 11
Views: 1868

Beginner C++ helppp

its been ages since ive been on this sight :/ ive been mia from my journey to teaching myself C++ so i decided to sign up for a class at my local Community College. i have an assignment for my beginner C++ class. I have to make a program to randomly generate a number 1-10. then ask the user to guess...
by Odifma
Thu Mar 31, 2011 6:00 pm
Forum: General/Off-Topic
Topic: Internet Probs?
Replies: 3
Views: 1255

Re: Internet Probs?

if you are experiencing dropouts, you need to do an isolation test. this means unplugging absolutely everything from the connection PC,xbox,wifi routers etc. leave the connection connected and mark down the time you do this. Its best to do this for 24-48hrs to get a good result. The idea is with no...
by Odifma
Thu Mar 31, 2011 4:23 pm
Forum: General/Off-Topic
Topic: Internet Probs?
Replies: 3
Views: 1255

Internet Probs?

Ok. dont know if any of you would know. but thought id give it a shot ok. So i live in the inland empire in Califronia. I have charter internet and p hone. I have the Charter Plus. 18down/2up. I have had amazing speeds with them. but every now and then the net craps on me. i always have to call and ...
by Odifma
Thu Mar 31, 2011 11:47 am
Forum: General/Off-Topic
Topic: How Long...
Replies: 2
Views: 999

Re: How Long...

awesome answer. thanks :) im just trying to get a feel for the average of most people learning C++ / game development stuff. and i aggree, c++ isnt exactly hard, its just that theres tons to remember which makes it "hard". Im TRYING to get into game development ATM and im "teaching&qu...
by Odifma
Wed Mar 30, 2011 5:02 pm
Forum: General/Off-Topic
Topic: How Long...
Replies: 2
Views: 999

How Long...

How long did it take to learn C++? a year, few months, weeks? haha i know your always learning C++ but i mean how long until you started doing some decent coding with it?
by Odifma
Wed Mar 02, 2011 12:42 am
Forum: Programming Discussion
Topic: Help a noob?
Replies: 23
Views: 2679

Re: Help a noob?

I know I'm about a week late, but don't give up! When I learned c++, I took 1 month breaks every so often from coding itself to go back and master everything I learned. But then again, I was 12, so this may not be necessary. Find something that works and stick with it! :) Thanks for the advice :) y...
by Odifma
Sat Feb 26, 2011 8:18 pm
Forum: Programming Discussion
Topic: Help a noob?
Replies: 23
Views: 2679

Re: Help a noob?

Like some people already pointed out. You are learning the basics of the programming language. What you learn is how to do maths in the program, what a class is, how to fetch input or generate random numbers. All that good stuff. And once you know all that and you understand the basics, THEN you wi...
by Odifma
Sat Feb 26, 2011 2:03 am
Forum: Programming Discussion
Topic: Help a noob?
Replies: 23
Views: 2679

Re: Help a noob?

very true haha. i mean i totally understand what their doing. but alot of it seems kind of useless. its a bit hard to explain what im talking about without you guys and or gals know what book im reading haha.. the book teaches me all those things but tells me to write a program to show how customer1...
by Odifma
Sat Feb 26, 2011 12:07 am
Forum: Programming Discussion
Topic: Help a noob?
Replies: 23
Views: 2679

Re: Help a noob?

ok 1 more noob question haha then il stop bothering most of you :) ok now i know alot of what im learning in the beginning is all basics. butttt seems to me like the examples they give for what i could "use" c++ for are stupid programs like calculating taxes or displaying input from 3 diff...