jacob1
29th Sep 2012
16th Mar 2014
Post any bugs you find here. But there aren't as many bugs that are really bugs and I don't already know about than when this first started, so also use this as a general conversation save, or to ask / tell me anything. #1 most commented save in tpt!
jacob1
problems
bugreport
glitch
fix
960847
tptpp
glitches
bugs
tptplusplus
Comments
-
jacob2: C is still sorta barebones, as the white book says, C is not a big language and is not served well by a big book. I mean, it doesn't even have proper strings!
-
Potato-man: Why not use plain C? I've never touched C++, and printf() looks more direct than std::cout
-
Anyone know when LISP (List Programming) came out? I need the information so I can continue planning my machines.
-
also can you make tags as little as 3 letters?
-
hey jacob1, could you please remove the limitaitons on the length of a comment? thank you
-
oh no, i forgot, #include <iostream>
-
//hello world program in C++ int main() { std::cout << "hell of a world!"; }
-
PortalPlayer: c has a large number of header files with functions you can use. it has a ton of quirks and other things you need to know. you probably could memorize it all but i haven't. Meanwhile, the entire lua reference is a single webpage, with only a small amount of functions and features to remember. Don't confuse the fact that C is a lower language with being barebones.
-
jacob1: You call lua barebones? Try C :P
-
PortalPlayer: I only use freenode. Atomic10: they aren't very similar besides being scripting languages actually. Lua is really barebones, you have to implement *everything* yourself. Python has forced whitespace and a massive massive library.