Shoutbox archive

Go to last read | Mark all read

avatar
> strings are objects
avatar
that's what happens when i don't think about what i'm about to say for at least 10 minutes
avatar
haha
avatar
I need to process all that knowledge
avatar
@ChmSID, you butt, I was about to start panic because you've shaken my view on world
avatar
or more specifically, objects, sorry
avatar
strings are classes in c++ Tongue
avatar
I find it rather weird that first Colobot Class exercise focus 90% on string instructions, and not classes
avatar
Yup.
avatar
So, compound variable types such as point and object are in fact classes, right?
avatar
It compiled SFML library, but while compiling my game, it throw error in some another library
avatar
I tried them, they doesn't work too
avatar
Try using Code::Block or Orwell Dev-C++ with Mingw integrated
avatar
Either linker problems, cmake problems, library probles
avatar
Visual in fact doesn't even install, with MinGW/MSYS2 there are problems
avatar
Well, wrong said. IDE works, but compilers cannot compile
avatar
What? Is it even possible that no any single IDE would work?
avatar
tfw you need to install virtual machine with Linux to compile single "Hello world" program, because none of known IDE works (or even install) correctly
avatar
"in C++ there are a few differences" lol, I'd say C++ classes are almost entirely different.
avatar
Generally, yes. But keep in mind that CBot classes are missing some important features (inheritance, incorrect behaviour of protection levels) and the syntax is modelled on Java, in C++ there are a few differences.