Search found 1248 matches

by LuisR14
January 4th, 2017, 12:53 am
Forum: Everything
Topic: Cheezy game i whipped up
Replies: 18
Views: 6116

Re: Cheezy game i whipped up

trybane@gmail.com wrote:I just assume everyone's a newb. Including me :D
hmm :|, wouldn't wanna receive that classification :( :?
by LuisR14
December 27th, 2016, 3:10 pm
Forum: Everything
Topic: New to C++ and programming
Replies: 6
Views: 3070

Re: New to C++ and programming

Nostromo wrote:
LuisR14 wrote:is this the Nostromo that i know? oO (creator of amvs?!!)
I doubt it, that other Nostromo sounds like they know stuff I don't...:)
well, not necessarily but eh :P :D :mrgreen:
by LuisR14
December 27th, 2016, 3:00 pm
Forum: Everything
Topic: Merry Christmas!
Replies: 3
Views: 1661

Re: Merry Christmas!

Luis has belated his Merry Wishful Christmas offerings to the forum :D
by LuisR14
December 27th, 2016, 2:58 pm
Forum: Everything
Topic: Vector out of range
Replies: 3
Views: 1668

Re: Vector out of range

locking at each iteration would be unnecessary if you can just do it once outside of the loop (considering that locking and unlocking are expensive operations)
by LuisR14
December 23rd, 2016, 4:27 pm
Forum: Everything
Topic: GDI+ fonts
Replies: 11
Views: 3716

Re: GDI+ fonts

yea gotta watch out for those msdn urls, the parser seems to stop at ')', so might just have to put the extra effort in surrounding them msdn urls with the tags :p
by LuisR14
December 23rd, 2016, 4:24 pm
Forum: Everything
Topic: New to C++ and programming
Replies: 6
Views: 3070

Re: New to C++ and programming

is this the Nostromo that i know? oO (creator of amvs?!!)
by LuisR14
December 15th, 2016, 10:23 pm
Forum: Everything
Topic: Step 1 - The Beginning - By Hidden
Replies: 8
Views: 4518

Re: Step 1 - The Beginning - By Hidden

what's this about? o_o
by LuisR14
December 14th, 2016, 12:42 pm
Forum: Everything
Topic: new cpp file = circular dependency
Replies: 14
Views: 5290

Re: new cpp file = circular dependency

anybody uses precompiled headers? :p
by LuisR14
December 9th, 2016, 4:42 am
Forum: Everything
Topic: How to pass keyboard control to new class function?
Replies: 12
Views: 4664

Re: How to pass keyboard control to new class function?

funny thing tho is that you were mixing up the names xP
Ducky wrote:

Code: Select all

	void KeyPresses( MainWindow &kbd, Keyboard &wnd );
	...
	void Control::KeyPresses( MainWindow &kbd, Keyboard &wnd )
(notice kbd on MainWindow, wnd on Keyboard :P), but as albpapa said, ya only need the KeyB reference :)
by LuisR14
December 8th, 2016, 11:36 am
Forum: Everything
Topic: How to get their video link to my website
Replies: 8
Views: 3878

Re: How to get their video link to my website

you just paste the whole code onto your site, the whole thing i have pasted there