verry newbie question

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
someone
Idiot
Posts: 71
Joined: Tue Sep 13, 2005 9:03 pm

verry newbie question

Post by someone »

hi to all im very very new to C++/C can pls some one tech me how can i compile my source code to a header file with "static unsigned char" and without that

thanks :)
User avatar
Jim
Posts: 476
Joined: Sat Jul 02, 2005 10:06 pm
Location: Sydney
Contact:

Post by Jim »

Your question doesn't make any sense.

Jim
someone
Idiot
Posts: 71
Joined: Tue Sep 13, 2005 9:03 pm

clarify

Post by someone »

who can i compile a source code to header

I got these 2 files and insted of building it to prx/elf i want it to output to ".h" file lets say "main.h" how can i do that?

main.c
Makefile
BlackDiamond
Posts: 16
Joined: Sat Jul 02, 2005 7:31 pm
Location: Paris, FRANCE

Post by BlackDiamond »

It still doesn't make any sence.
Do you want to make a code generator?
someone
Idiot
Posts: 71
Joined: Tue Sep 13, 2005 9:03 pm

better ill post it so every one can under stand me :)

Post by someone »

i just want it like this

this is only an example this is not the actual file
i used this as an example for every one to under stand me.

before : http://rapidshare.com/files/53447940/idcanager.zip.html

after : http://rapidshare.com/files/53448182/idcanager.h.html
flatmush
Posts: 28
Joined: Tue Aug 07, 2007 9:15 am
Location: Here
Contact:

Post by flatmush »

OK I know what you're getting at and you're a tool. You can't create a .h file and .c file, we're not in the point and click realms now, you have to write that .h file your self, I would suggest learning C.
someone
Idiot
Posts: 71
Joined: Tue Sep 13, 2005 9:03 pm

thnk

Post by someone »

@flatmush thanks at least now ill try to learn more on C/C++ ^_^ coz really i dnt have any idea on .h(Header) file :)
Post Reply