Search found 34 matches

by mogu
June 13th, 2014, 8:23 pm
Forum: Everything
Topic: Beginner Lesson 10 Help
Replies: 2
Views: 1521

Re: Beginner Lesson 10 Help

Hi there. Well think you should focus inside the while checkup --> while(x < boxX + boxWidth ) and while(y < boxY + boxWidth ). So you see that we're checking wheter the x is less than boxX + boxWidth and not wheter the x is only less than boxX . Maybe this would make more sense to you written like ...
by mogu
June 11th, 2014, 4:52 pm
Forum: Everything
Topic: Here's a good Learning game base for anyone in Intermediate
Replies: 3
Views: 1911

Here's a good Learning game base for anyone in Intermediate

I got this setris game up for a good start, but now I'm dead bored of it... So here's a learning game base for anyone needing a project to brush their programming skills. I might come back into this later on, but as for now many months have gone by without any true progress. There's a To Do -list on...
by mogu
January 19th, 2014, 7:47 am
Forum: Everything
Topic: something I've learned about polymorphism
Replies: 4
Views: 2203

Re: something I've learned about polymorphism

I hear you brah, I banged my head against that same wall a few days ago too. And boy did my head hurt... Not until I decided to throughly read the cplusplus sites classes and polymorphism pages I couldn't get my head around the point of using classes in the first place. And I still am little undiced...
by mogu
January 2nd, 2014, 6:01 pm
Forum: Everything
Topic: Chili's Funtime Physics Simulation
Replies: 14
Views: 6540

Re: Chili's Funtime Physics Simulation

Fliper, your english fine, cause we can understand you. So what, if some of the misstypes make your text so much more hilarious to read :) For example: Definnition of Dame 1. Used formerly as a courtesy title for a woman in authority or a mistress of a household. 2. a. A married woman; a matron. 2. ...
by mogu
January 1st, 2014, 1:21 pm
Forum: Everything
Topic: Cant go left
Replies: 6
Views: 2585

Re: Cant go left

Hi Nick, this problem wasn't easy to find, believe me... But in the end the problem is in your SurfaceSequence.h -file. To be more specific in the SurfaceSequence -initializer, which is revoked with the leftSeq -pointer... Ok, your problem is in row 30: You declare surfaces( surfaces ) , but you don...
by mogu
December 30th, 2013, 3:53 pm
Forum: Everything
Topic: Define Array in constructor
Replies: 3
Views: 1805

Re: Define Array in constructor

I cannot see anything that would prevent you from doing so but if you want help, a little more information would be appreciated mate.
by mogu
December 30th, 2013, 3:47 pm
Forum: Everything
Topic: Elastic surface symulator
Replies: 9
Views: 5752

Re: Elastic surface symulator

Hi yah, don't know what you were going after in your code, but when I click once and stop the mouse movements the ripples are getting back to their default state, more or less. Here's the project where I added your code. ElasticPlaneSymulator 2.rar If you could explain a little more what you are aft...
by mogu
December 30th, 2013, 4:09 am
Forum: Everything
Topic: Elastic surface symulator
Replies: 9
Views: 5752

Re: Elastic surface symulator

Neat looking effect, I like it and your code is very well written, thumps up :!:

Keep up the good work.
by mogu
December 29th, 2013, 8:04 pm
Forum: Everything
Topic: FAQ
Replies: 4
Views: 2012

Re: FAQ

This is not really a compile error, but as a fun "fact" (if you may):
Place all your .h and .cpp files in the asset's folder :D

Sort of happened to notice you swearing on this couple of times in the vids and boy, did I LMAO'ed...
by mogu
December 23rd, 2013, 5:55 pm
Forum: Everything
Topic: A question about Chili Tutorials
Replies: 3
Views: 2017

Re: A question about Chili Tutorials

Hi George,
suggest taking a look of this post.

There I find with a quick search following tutorials, that should help you out.
Lesson 20:
Create the .h and .cpp files associated with loading and drawing 24-bit bitmaps

Lesson 2:
Load and draw png files with the GDI+ library