GLBasic forum

Main forum => GLBasic - en => Topic started by: backspace on 2012-Dec-23

Title: Seeing the c code for an object - possible?
Post by: backspace on 2012-Dec-23
Hi, I'm still kinda new to this, but it seems that GLBasic converts the Basic code into c++ code. So i've read. Is it in any way possible to see the c++ code that gets produced ?
Thanks.
Title: Re: Seeing the c code for an object - possible?
Post by: hardyx on 2012-Dec-23
Look the glbasic folder in your Windows temporary folder.
Your code is converted to C++ and then is linked with the GLB libraries.
Welcome to this forum.
Title: Re: Seeing the c code for an object - possible?
Post by: mentalthink on 2012-Dec-23
Thanks hardyx I don't kwon this trick!!! .... interesting!!! :booze:
Title: Re: Seeing the c code for an object - possible?
Post by: backspace on 2012-Dec-24
Thank you.