Search found 52 matches

by superstar1998
April 11th, 2015, 7:15 am
Forum: Everything
Topic: Help on beginner C++ lesson 13 Homework!!
Replies: 1
Views: 1379

Re: Help on beginner C++ lesson 13 Homework!!

I've gone through this some time ago, but the main problem is that the direction of the poo doesn't change. When you reach a border, it will move at most one pixel back, then continue moving towards the border. Also, your program is at the limit of crushing. Try making the program to give the poo ra...
by superstar1998
April 10th, 2015, 8:57 am
Forum: Everything
Topic: Buying some books
Replies: 6
Views: 2499

Buying some books

Hi guys!
I'm going to buy some books about C++ for school, so I decided to extend my library with some more, about visual programing and databases.
Can anybody recommend me some books? (if you have links from where i could buy them or at least see how they look I would apreciate)
by superstar1998
April 1st, 2015, 11:28 am
Forum: Everything
Topic: Finally finished my game!
Replies: 8
Views: 3595

Re: Finally finished my game!

Thanks a lot guys!
by superstar1998
March 31st, 2015, 8:16 pm
Forum: Everything
Topic: Finally finished my game!
Replies: 8
Views: 3595

Re: Finally finished my game!

Thanks eri :)
Also, i tried to open the exe on a computer without vs installed and it required a dll from it (can't remember the name, but you couldn't use the app at all). Does anyone know how can i bypass this without having to install the vs?
by superstar1998
March 30th, 2015, 8:20 pm
Forum: Everything
Topic: [Sticky] ------- User submitted games & useful resources
Replies: 15
Views: 60033

Re: [Sticky] ------- User submitted games & useful resources

Some of them are created using visual studio 2010. I guess you have a more recent version (2012-2013). The program should ask you to upgrade to your version when you open the code. On the other hand, if you have vs 2010 you can't open the projects made in the 2012-2013 one. The best you can do is do...
by superstar1998
March 30th, 2015, 5:05 pm
Forum: Everything
Topic: Moving from vs 12 to vs 13 problem
Replies: 1
Views: 1395

Moving from vs 12 to vs 13 problem

Hi guys! I've recently moved from vs 2012 to vs 2013 and since i've downloaded it my computer started freezing from time to time, just for a few miliseconds, which is annoying when i play games. Also, the vs 2013 is a little laggy (not sure how to spell it), taking a long time to open a project, bui...
by superstar1998
March 26th, 2015, 10:54 am
Forum: Everything
Topic: Finally finished my game!
Replies: 8
Views: 3595

Re: Finally finished my game!

Yep, that's what I needed, thanks a lot!
by superstar1998
March 26th, 2015, 5:39 am
Forum: Everything
Topic: Trigonometry
Replies: 10
Views: 4136

Re: Trigonometry

To calculate the ange (not the sine, cosine, etc. of it) you have to use arcsin, arccos which you can find here : http://en.m.wikipedia.org/wiki/Inverse_trigonometric_functions I don't know if you can find this functions predefined. If all you wanted is to calculate sine and cosine you can find out ...
by superstar1998
March 25th, 2015, 9:18 pm
Forum: Everything
Topic: Trigonometry
Replies: 10
Views: 4136

Re: Trigonometry

Well, here it depends on what exactly you want. So, for a straight line, you just need the coordonates of the point the bullet is fired from and the cursor position. If you need the bullet to move in, like, gravitational fall, it depends on the way you want to do it. If you could upload a image of w...
by superstar1998
March 25th, 2015, 7:34 pm
Forum: Everything
Topic: Finally finished my game!
Replies: 8
Views: 3595

Finally finished my game!

Hello again guys! So, I've finally finished my game, with everything I've mentioned up to now. I know I've posted a lot about this, but I am really enthusiastic because I've never done anything like this in my life, and I promise this is the last one :) This time the level editor is integrated in th...