Ok I'm a noob as well but what you are saying seems to me that you are using functions stored in other .cpp files. I believe to use external functions you code them into a .h file and #include "file.h" at the beginning of your c++ app. I'm not 100% sure becasue my first project ( ultimate tic tac toe ) is all coded within one .cpp file.
[edit] I found this on youtube...
http://www.youtube.com/watch?v=L0yId__hBQA
It gives info about how to use functions that are in .h files in a main .cpp file
Also I did find info about useing functions from external .cpp files and although i dont know how to do that yet I would still reccomend moving everything into the one .cpp file at least until you become more familliar with external .cpp files.
If you haven't already, use these referenses
http://www.cplusplus.com/doc/tutorial
http://www.cprogramming.com/tutorial.html
http://www.learncpp.com/cpp-tutorial/03-introduction-to-cc
or the MSDN site.
pikahsoh@hotmail.com
email me if you have any noobish questions that you think I can answer.
[edit] this email also works for yahoo messanger AND msn messenger.
Quote: "in there I would just slap a bunch of global variables in and make tons of functions being run in a single loop... everything could access any of the variables no matter where they were, but this just doesn't work in C++... "
to gain some understanding about the scope of variables in c++ use the first site, find the variables link, and scroll down until you see a section outlined by a bold black line explaining scope of variables. Also, I found that making a thread so that people can follow along and answer questions specific to your project while provideing code snippets and uploading up-to-date source codes/exe/required media will get you a bunch of help and you will get explinations to questions that are much simpler to understand as opposed to online tutorials.
EYE R T3H +ick +ack +oe mester