Search found 197 matches

by freebattie
October 26th, 2016, 5:52 am
Forum: Everything
Topic: Intermediate lesson 4 old series
Replies: 19
Views: 5969

Re: Intermediate lesson 4 old series

so i am trying to understand the framework, and i am bit unsure about this part. if the hwnd is a nullpointer it will send the throw data to catch? but what does _CRT_WIDE mean? and the file and line it will send, is that inside the windows h/cpp files or what? and for try and catch to work do you n...
by freebattie
October 24th, 2016, 2:27 am
Forum: Everything
Topic: First Encounter with Computer Programming?Your Origin Story!
Replies: 8
Views: 3172

Re: First Encounter with Computer Programming?Your Origin St

i started here, for like 4 years ago, never coded before, i got to lesson 12 or 14 of the begginer series, think it was pointers and memory, and i just hit a brick wall and was working and had school to so stoped. came back now in august this year and well feel its going much better now. always like...
by freebattie
October 24th, 2016, 2:02 am
Forum: Everything
Topic: Need Help! Anyone.
Replies: 5
Views: 2224

Re: Need Help! Anyone.

yeah if you never coded before it is well done man :) 3 days in i was still trying to understand loops :p
by freebattie
October 23rd, 2016, 3:43 pm
Forum: Everything
Topic: Home Made Tetris
Replies: 8
Views: 3052

Re: Home Made Tetris

yeah ok that fixed it :)

EDIT: but my antivirus still dosent like it in x86 release mode lol
by freebattie
October 23rd, 2016, 3:17 pm
Forum: Everything
Topic: Home Made Tetris
Replies: 8
Views: 3052

Re: Home Made Tetris

hmm if i try and do release mod x86 my antivirus quarantees it? dont get why, and dose not run in debug mode x86 ether? only runs in 64x debug/release this is the error i get in debug mode x86 1>c:\users\freebattie\downloads\home_made_tetris\kill_the_aliens\engine\score.h(411): error C4703: potentia...
by freebattie
October 23rd, 2016, 11:52 am
Forum: Everything
Topic: I'm good with Gamemaker, where do I start with C++
Replies: 6
Views: 2438

Re: I'm good with Gamemaker, where do I start with C++

and if you mean how does the framework work, like how you make win application and how you interact with the API, that part start at the old intermediate series, episode 4 where he explain the framework.
by freebattie
October 22nd, 2016, 10:09 pm
Forum: Everything
Topic: I'm good with Gamemaker, where do I start with C++
Replies: 6
Views: 2438

Re: I'm good with Gamemaker, where do I start with C++

kind of wondering the same, like what benefit do you get form making your own "engine" compare to using SDL, or other library or engines when you are new? just starting looking at the windows and directx stuff, and if i was to write the code on my own how will i know if its faster or better then usi...
by freebattie
October 21st, 2016, 4:22 pm
Forum: Everything
Topic: Snorky. Talk. Human. Let me start that over : Hello!
Replies: 8
Views: 2696

Re: Snorky. Talk. Human. Let me start that over : Hello!

yeah i often find my self finding the awnser as i type the question, or at leest get new ideas for how to try and solve it, so coming here and typing out the problem has helped me a lot, but i have also learned that thou you may "think" you solved it, that may not be the case, and i always ask here ...
by freebattie
October 21st, 2016, 2:56 am
Forum: Everything
Topic: Pro Level Programming. 10000 Hours?
Replies: 22
Views: 6987

Re: Pro Level Programming. 10000 Hours?

i guess you can also look for open source project to join? dont know if they are easy to find thou, or how much that will help later.
by freebattie
October 21st, 2016, 1:36 am
Forum: Everything
Topic: Intermediate lesson 4 old series
Replies: 19
Views: 5969

Re: Intermediate lesson 4 old series

haha yeah i understand it now, its just get bit confusing :p every time i start understanding 1 thing 10 new things pop up that confuse the shit out of me :p