Learning C++/lua
#11
lol i managed to get my configuration program into MC-Server. it works perfect exept that it crashes when the configuration if done.
Reply
Thanks given by:
#12
It says "failed to start server" right after finishing your configurator, so I'd expect that you either wrote something bad into the settings files, or you forgot to close the files before finishing the configurator, and MCServer thus can't open the files.
Still, I don't understand why you would want the configurator inside MCServer. So it runs everytime you run the server??
Reply
Thanks given by:
#13
Nice keep going, I see you're learning pretty fast Smile
Reply
Thanks given by:
#14
(12-12-2012, 07:39 PM)xoft Wrote: It says "failed to start server" right after finishing your configurator, so I'd expect that you either wrote something bad into the settings files, or you forgot to close the files before finishing the configurator, and MCServer thus can't open the files.
Still, I don't understand why you would want the configurator inside MCServer. So it runs everytime you run the server??

Its just to practise. Smile
Reply
Thanks given by:
#15
I made a small console calculator Smile i also finaly know how to include my own library in a project. i kept doing
 #include <Calculateplus.h>
but it had to be
#include "Calculateplus.h"
Reply
Thanks given by:
#16
Quote:............................................________
....................................,.-‘”...................``~.,
.............................,.-”...................................“-.,
.........................,/...............................................”:,
.....................,?......................................................\,
.................../...........................................................,}
................./......................................................,:`^`..}
.............../...................................................,:”........./
..............?.....__.........................................:`.........../
............./__.(.....“~-,_..............................,:`........../
.........../(_....”~,_........“~,_....................,:`........_/
..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....}
...........((.....*~_.......”=-._......“;,,./`..../”............../
...,,,___.\`~,......“~.,....................`.....}............../
............(....`=-,,.......`........................(......;_,,-”
............/.`~,......`-...............................\....../\
.............\`~.*-,.....................................|,./.....\,__
,,_..........}.>-._\...................................|..............`=~-,
.....`=~-,_\_......`\,.................................\
...................`=~-,,.\,...............................\
................................`:,,...........................`\..............__
.....................................`=-,...................,%`>--==``
........................................_\..........._,-%.......`\
...................................,<`.._|_,-&``................`\
it doesn't compile in Visual C++ Sad
Reply
Thanks given by:
#17
What's the error? Why don't you put the code on github or something.
Reply
Thanks given by:
#18
source + error here:
https://github.com/STRWarrior/Little-Console-Calculator
Reply
Thanks given by:
#19
#include "Calculateplus.h"
Is using the relative path to the file from the file you included it.

 #include <Calculateplus.h>
Is using the additional "include folders" to locate the file
Reply
Thanks given by:
#20
is there a easy way to clear the screen with Microsoft visual? becouse i tried something in dev c++ but then i tried it in Microsoft visual c++ but then i got an error.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)