Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
hateios1898yWinapi is awesome. You just gotta get used to it. Msdn is by far the the best documentation I've ever read.
Opening a window in straight winapi/c should be only for learning how things work under the hood. There are enough libraries that wrap that shit up.
And the turbo c thing is a big wtf. Why not visual studio?
Anyway, enjoy :) - 
				
				@hateios the docs are great but sometimes you get wrong version pages and dead links send you to the ms homepage.
 - 
				
				
hateios1898y@CozyPlanes https://stackoverflow.com/questions...
@Codex404 I'm not really up to date with it but it used to be really good. I had a local copy of a specific amazing version. - 
				
				
hateios1898y@CozyPlanes huh, right well, I guess SDL?
There must be more.. I haven't done win programming for a few years now.. - 
				
				@hateios doesnt seem good for me.... Please tell me more if you remember something
 - 
				
				@sylflo need to make full working sudoku game until the end of the year. Consists of play mode and generate puzzle algo,and solving algo. Also sudoku validator in fucking c
 - 
				
				@CozyPlanes i did that on my TI 84plus. Just make add one sudoku and chamge numbers, hussle rows and colums within the wide rows and columns. And also hussle the 3 wide rows and columns and you have a completely different sudoku.
 - 
				
				@CozyPlanes must be easier than on a tiny TI screen. Making fonts that small was a pain.
Using bold and regular ascii characters makes the field pretty clear I think. 
Related Rants

She runs C shells by the seashore.
Damn fuck it. I am making a program with
#include <windows.h>
Accessing the Win32 API in c is such a pain. Just made a simple window with 70 lines of c code. And I have to edit it in turbo c but run it in some other compiler. Our teacher is a .... uhhh
Hate projects.
Sorry if the rant doesn't make sense. I am too tired.
undefined
c
school
projects
winapi
access