User profile: UGAman22

User info
User name:UGAman22
Name:Josh
Location:Tallahasse,Fl
Bio:I am currently a college student at FSU, even though I'm a HUGE Georgia Bulldawgs fan (as my name implies, GO DAWGS!) and will be taking my first classes toward my actual Computer Science degree spring semester 2015. They consists of:
1) OOP in C++ (Object Oriented Programming)
2) Intro to Unix
3) Discrete Mathematics
4) Elementary Spanish 1 (ugh...)

I'm trying to be an open book and soak up as much information, advice, etc. from anyone who is willing. I always appreciate stuff like that because I really want to learn how to program and be successful at it.

Feel free to Private Message me about anything or if emailing is better than PM me for my email address. Thanks!
History
Joined:
Number of posts:58
Latest posts:

writing reduce function more efficiently
I'm kinda confused. Are you just trying to show me the run time when the reduce function is called?...

writing reduce function more efficiently
it works with this one, but the only thing is when i enter a negative integer for one of them then i...

writing reduce function more efficiently
Hi I was wondering how I could re write this code so it will make my program more efficient and it w...

arrays in classes
I have to build a class that stores an array of fractions (a previous class that I built). I already...

simplify function help
never mind I figured it out. It does work, I just had put in my original fraction f(20/40) instead o...