User profile: chief

User info
User name:chief
Old user name:dtaqee88
Name:chief
Location:Chicago, Illinois
Bio:Learning the ropes of c++ to one day get into game programming. As of now I am going for my b.s. in computer science and studying C++ and the SDL library.
History
Joined:
Number of posts:159
Latest posts:

Is it bad or good programming practice to update private variables by passing references to objects to other functions???
Thanks

Is it bad or good programming practice to update private variables by passing references to objects to other functions???
Thanks a bunch. I have too many questions but i'll just ask this one...after messing around with you...

What do you have the hardest time implementing in c++ or in programming in general?
For me I have a VERY difficult time structuring my program to have functions, objects and everything...

Is it bad or good programming practice to update private variables by passing references to objects to other functions???
Hey thanks. I searched around on static objects and couldn't make sense of what you mean. Would I d...

sort array
Hey here's a little reference..."bubble sort algorithm" [code]#include "iostream" #include <ctime> ...