Having messed around with basically doing maths for a long time now, I've finally decided to take the plunge with trying a basic GUI using the examples on this website: http://www.winprog.org/tutorial/start.html
The program compiles in C perfectly happily except the text in the message box is in chinese!!
hmmm okay I'll have a look for something. Problem is I just copy pasted the code from the website to try and get something working, so I don't really have a clue what any of it does.
Urgghh I hate feeling like a beginner again!
EDIT - actually what would you recommend for creating a GUI? Ideally I would just choose the most simple one to use, I don't require any remotely complex graphics - just buttons and drop down menus.
actually what would you recommend for creating a GUI?
C# is perfect for creating GUI programs. I've used it, and it's too easy, to say the least. Try it out. Microsoft have an IDE dedicated to it. It's called Visual C# Express 2010[1].
Put a capitol L right before the first qoute mark, dont ask me why but this will set your string back to ASCII symbols. i recently had the same problem.
Put a capitol L right before the first qoute mark, dont ask me why but this will set your string back to ASCII symbols. i recently had the same problem.
Brilliant! Thanks very much - that's solved the problem perfectly.