Search found 32 matches

by Dlotan
April 14th, 2012, 10:49 pm
Forum: Everything
Topic: Well, I managed to fuck it up...
Replies: 16
Views: 6371

Re: Well, I managed to fuck it up...

maybe download the framework again and open the new one... but i really just guessing
by Dlotan
April 14th, 2012, 10:33 pm
Forum: Everything
Topic: Well, I managed to fuck it up...
Replies: 16
Views: 6371

Re: Well, I managed to fuck it up...

Hmmm that sounds quiet strange.... maybe u should try to make a new console hallo world project and try it out... maybe its ur visual studio that bugs around
by Dlotan
April 14th, 2012, 10:21 pm
Forum: Everything
Topic: Well, I managed to fuck it up...
Replies: 16
Views: 6371

Re: Well, I managed to fuck it up...

What error do u get???!!!
by Dlotan
April 14th, 2012, 10:15 pm
Forum: Everything
Topic: Well, I managed to fuck it up...
Replies: 16
Views: 6371

Re: Well, I managed to fuck it up...

Post your code from game.cpp plx to this thread
by Dlotan
April 14th, 2012, 10:04 pm
Forum: Everything
Topic: Minesweeper -> Dlotan ;)
Replies: 4
Views: 4370

Minesweeper -> Dlotan ;)

Here´s my Minesweeper with Sourcecode Use space to open a field Use Enter to set a flag Use Arrow Keys to navigate Report bugs in this Thread Hope u enjoy Dlotan ;) edit: coz i dont had that much time to get known of all the colors: there are defines in the game.h where u can change the colors sourc...
by Dlotan
April 14th, 2012, 4:19 pm
Forum: Everything
Topic: Easy for you to say
Replies: 3
Views: 2841

Re: Easy for you to say

np ;)
by Dlotan
April 14th, 2012, 2:56 pm
Forum: Everything
Topic: Easy for you to say
Replies: 3
Views: 2841

Re: Easy for you to say

http://www.masm32.com/board/index.php?t ... _next=next

close the old .exe, before u start the new one
by Dlotan
April 13th, 2012, 3:11 pm
Forum: Everything
Topic: i need help with c++ tutorial ep. 5 !
Replies: 12
Views: 7360

Re: i need help with c++ tutorial ep. 5 !

Thanks for handling that Dlotan. By the way, what lesson are you on now? Im on lesson 13 right now... I just skipped some parts where u just talk about new programming things coz i already had 1 year c and 2 years java at school. Right now im thinking about implementing my socket class to ur framew...
by Dlotan
April 13th, 2012, 1:56 pm
Forum: Everything
Topic: i need help with c++ tutorial ep. 5 !
Replies: 12
Views: 7360

Re: i need help with c++ tutorial ep. 5 !

np. Keep on coding ;)
by Dlotan
April 13th, 2012, 1:39 pm
Forum: Everything
Topic: i need help with c++ tutorial ep. 5 !
Replies: 12
Views: 7360

Re: i need help with c++ tutorial ep. 5 !

Okay heres ur problem: Step 1: int x ; x = 400 ; Step 2: gfx.PutPixel( -5 + x, y,255,gb,gb) ; Step 3: if( kbd.LeftIsPressed()) { x = 300; } Step 4: int x; x = 400; etc.... So u say x = 400... then u print it... and then u change it.... and after u changed it... u change it back again. So u never pri...