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

Pages: [1]
1
General / Re: SFML and minGW + npp
« on: May 22, 2013, 03:32:59 am »
I havnt been able to find any good tutorials on makefiles, is there any you would recommend??
thanks

2
System / Re: Time.aSeconds returns 1e-006 ?
« on: May 22, 2013, 03:30:10 am »
That would be called scientific notation my friend look it up and it might help abit

3
General / Re: SFML and minGW + npp
« on: May 20, 2013, 10:24:52 pm »
ALright, awesome!

Thanks for your help, I really appreciate it! ;D

4
General / Re: SFML and minGW + npp
« on: May 20, 2013, 10:16:55 pm »
Just to be clear, I type all of that into the command promt?
I.E: g++ myprogram.cpp -o myexecutable.exe -Iyour/path/to/sfml/include -Lyour/path/to/sfml/lib -lsfml-graphics -lsfml-window -lsfml-system

or am I way off?

5
General / Re: SFML and minGW + npp
« on: May 20, 2013, 10:05:08 pm »
Like i said i have made several programs before and most of them were with Notepad++ and MinGW.
It's just specifically SFML, i haven't done anything with non standard library's without an IDE before tho.

6
General / SFML and minGW + npp
« on: May 20, 2013, 09:56:57 pm »
How can i use sfml with notepad plus plus and Mingw?
I have looked all over and i can not find out a solution  :-[
I am fairly new to programming I have made several small programs, and i have worked with sfml in Microsoft's Visual C++ 2010 Express without problems, but i am going for a more minimalistic approach and i would really like to use SFML for my game project.

Thanks in advance!

Sauce.

Pages: [1]