View Single Post
Old 03-30-2011, 07:15 PM   #991 (permalink)
sk8lyfestile
EcoModding Lurker
 
Join Date: Mar 2011
Location: Argyle NY
Posts: 4

Silver surfer - '97 Honda Civic HX
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up 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.

  Reply With Quote