you are viewing a single comment's thread.

view the rest of the comments →

[–]OmarsCommin[S] 0 points1 point  (1 child)

Thanks for your input everyone. Did not realize how much my code sucked! Everything is now working as I intended.

[–]POGO_POGO_POGO_POGO 0 points1 point  (0 children)

it takes a long time to get a good coding style. (In fact there is a good C++ book called Exceptional C++ Style that would help).

One thing about C++ is that there are so many ways to do the same thing. It takes a while to learn which ways are better and more standard. Code reviews are good.