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.


Topics - SpaceInJourney

Pages: [1]
1
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?

2

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 ==========

3
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.

4
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.

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

Pages: [1]