Sunday, June 19, 2011

PE7 WIP

Man, really focusing on pointers early on has done nothing but saved my skin today.

I've been packing all my widget variables into a structure which has really helped. I wound up needing to make it a typedef struct so that I could declare a pointer to the struct data type. Maybe I didn't need to do that but it fixed the issue I was having so I'm happy.

Right now the program will let you enter something into the text box and when you click the button it prints whatever you entered to the console. That was a big step because now I can take that entry and do whatever with it.

No comments:

Post a Comment