sprintf(text, "Hi"); and here's another one
sprintf(text, Hi, my name is %d", name); O.o
Anyone have any idea how you can make a void that will allow you to add like that? I'm trying to make a function that allows you to have selections (Its for my new window creation method for creating PERFECT windows that will apear seamlesss and let you have selections in them)
For example...
CreateWindowSelections("window name", selection_ammount, "Type selections here", "Type Selections here"); See what I mean?
