New but intrigued
@ Russel,
knowing how the programs work is a big thing to understand. Check out some High level programming languages work and basically move to a sort of assembly language. The trick is not to understand everything, It's just understand enough to get it to work(encapsulation). .cpp is the standard C++ (cplusplus) source file name. It gets sent to the compiler to have .obj code created,then tothe linker yada yada yada, It's just for the creators of the code to know. its for us to use, and/or modify. since it is opensource!!! So if you do get it to work remember to post your settings for your car so other people wouldn't even have to make their first guess of faith. The more transparent the hard stuff is to the user the better and more successful it becomes.
|