User profile: enriquemesa8080

User info
User name:enriquemesa8080
History
Joined:
Number of posts:28
Latest posts:

What interesting things I can do with bitmaps using C/C++
Hello. Currently I am looking for some work that can help me to work with bitmaps in something that ...

Is this a real interpreter??
Thanks for your answers.

Is this a real interpreter??
i only do this: The assembler just calls c++ real functions that modify its behaviour based in the a...

Is this a real interpreter??
Hello. I am writing an assembler intended to be interpreted by a software. The software reads a file...

crash: wrong declaration order
Look for forward declaration. That can help you. Less or more is the concept.