embedded questions!!!



Hello All,

Some questions were bugging me from quite some time. Any answers!
please share.

1. GIven an .EXE is there a way to find how many global varibale it
uses?

2. Given 2 Strings char *str1 = "JHONSON";
char *str2 = "O";

what is the fastest way to remove all occurences of letter O from str1.

3. Given 2 STACKS, how to implement a QUEUE?

4. what are MAK files? where are they used (Not quite C related but
just in case.)

5. what does .OBJ files contains?

6. how does DLL link on runtime?

7. what is ELF format?

8. what is COFF format? what's it for?

9. why do we need so many file formats .HEX, S-REC to represent exe.

Best Regards,

#define

.



Relevant Pages

  • Re: embedded questions!!!
    ... > Some questions were bugging me from quite some time. ... Given 2 STACKS, ... what is COFF format? ... why do we need so many file formats .HEX, S-REC to represent exe. ...
    (comp.arch.embedded)
  • embedded questions!!!
    ... Some C questions were bugging me from quite some time. ... GIven an .EXE is there a way to find how many global varibale it ... what are MAK files? ...
    (comp.arch.embedded)
  • Re: embedded questions!!!
    ... GIven an .EXE is there a way to find how many global varibale it ... >B Linking is the standard library ... >an uprated version of the cut down format for 8 bit processors. ... >method AMP (Advanced Modular Programming) is for C only ...
    (comp.arch.embedded)
  • Re: embedded questions!!!
    ... MAK files are in fact a form of EXE files. ... Advanced Modular Programming ... B Linking is the standard library ... an uprated version of the cut down format for 8 bit processors. ...
    (comp.arch.embedded)
  • Re: Utility to convert .exe files to .dxe file formart
    ... I am using the Analog VisualDSP++ version 4 and their file format is ... .dxe, but my programming files are in .exe. ... "my programming files" in .exe format suggest Windows X86 or some other target machine. ...
    (comp.dsp)