low level explaination
Symbols are really there to help people. They make the program readable and (if the names are well chosen) much more understandable.Compiling and linking the program replaces the symbols with addresses.
View Articlelow level explaination
On 2/25/2013 2:11 PM, David-C-CPP wrote:But symbols, you say theyre just names. So these compilers deal with it and the final assembly has different names?If by "final assembly" you mean machine code,...
View Articlelow level explaination
Nice explaination!But symbols, you say theyre just names. So these compilers deal with it and the final assembly has different names? So symbols are there just to help compiling the program, like...
View Articlelow level explaination
On 2/23/2013 2:49 PM, David-C-CPP wrote:Can sb explain me how the namespaces, symbols etc. work in low level detail? I read on many places that namespaces guarantee your functions variable to be...
View Articlelow level explaination
hey,these might be a difficult questions but still:Can sb explain me how the namespaces, symbols etc. work in low level detail? I read on many places that namespaces guarantee your functions variable...
View Article