User profile: olfibits

User info
User name:olfibits
History
Joined:
Number of posts:59
Latest posts:

distribute SFML game made on linux to any
Yes, it should be static. Which compiler do you have there, MSVC or GCC? I consider to use MinGW/G++...

Please help me I got errors when try to compile libcurl on windows
Self explaining message, it failed to add ws2_32.lib - but no idea where it could be located. It wou...

This site is slow
[quote]I'm quite certain the site is written in CGI scripts (C++). [/quote] It is definitely :-) And...

C++ compiler error
return area = sqrt(p(p-sideA)(p-sideB)(p-sideC)); <-------------error here Do you want to multiply...

Enquiry about cout for char
Ah! Thanks ;-) I see, I never stop learning :-D