Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SpaceInJourney

Pages: [1]
1
Looks interesting.

2
General / Re: AW: is there any good SFML 2.0 C++ Video tutorial?
« on: October 05, 2016, 06:15:11 pm »
Most video tutorials on SFML contain a lot of vague or even wrong explanations. Especially the ones from CodingMadeEasy have bugs that are show over pretty much the whole series.
I can recommend the SFML Game Development book.

If you similarly have learned C++ just by watching some videos, I'd claim that you're missing a lot of information. Programming isn't just being able to write some code, but it's more about the understanding of the written code and design of it.
I'd recommend to read a good book on C++ instead: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Thanks, sadly I can't buy ebooks, but hopefully there are some C++ books in poland ex. "Symfonia C++ Standard" (It's in Polish language)
But I doubt if there are any SFML books.
Anyways, thanks!

3
General / Re: Where is...
« on: October 05, 2016, 04:26:25 pm »
Quote
VS 2015 is functioning weird
What do you mean exactly ?  ;D
That it's laggy, freezes everytike pressing a button, and I gave up using it when I failed to make a array.
Now I use VC++ 2010 and everything works great.

4
SFML projects / Re:creation - a top down action adventure about undeads
« on: October 05, 2016, 03:14:49 pm »
Good job, I seen all images from first one (I found them on your imgur album which you made) and game has made really great progress! Can't wait to see finished version.

5
General / is there any good SFML 2.0 C++ Video tutorial?
« on: October 05, 2016, 03:01:38 pm »
Im about to finally finish learning C++ basics and soon start to move to SFML, but I don't know a good SFML 2.0
Tutorials. Does anybody know one?

6
General / Re: This error appears...
« on: October 02, 2016, 10:16:55 pm »
Thanks!

7

Btw, I used the "Test" code from setting up tutorial.

1>------ Build started: Project: Test, Configuration: Release Win32 ------
1>sfml-graphics.lib(sfml-graphics-2.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

8
General / Re: AW: Where is...
« on: October 02, 2016, 07:17:53 pm »
You have to build the latest version yourself. There have been three newer VS versions since VS 2010, as such we have dropped it for providing pre-compiled binaries.

Unless you're restricted by your company, teacher or similar, it's advised to update your VS installation as well.
Actually, Im using vs 2010 because Code::Blocks version didn't work for me, and VS 2015 is functioning weird.

9
General / Where is SFML 2.4.0 version for VC++ 2010?
« on: October 02, 2016, 07:03:28 pm »
Im asking because SFML 2.4.0 version for VC++ 2010 isn't here.

10
General / Re: I know it's not related to sfml but...
« on: September 16, 2016, 07:42:10 pm »
String is part of the std namespace, so it should be std::string nickname.
THANK YOU!

11
General / Re: I know it's not related to sfml but...
« on: September 16, 2016, 07:27:57 pm »
Please help, I can't continue learning because of this issue.

12
General / I know it's not related to sfml but...
« on: September 16, 2016, 06:43:34 pm »
Im learning C++ and OOP, and I have a problem
here is the code:
#include <iostream>
#include <string>
int main()
{
string nickname;
}
The all problem is string.
It does not work for me.
Btw, im using visual studio 2015 community.

13
General / Re: How do I setup SFML on VS 2015?
« on: September 15, 2016, 07:43:38 pm »

14
General / How do I setup SFML on VS 2015?
« on: September 15, 2016, 07:29:23 pm »
Please help.

Pages: [1]
anything