>>2 is a __Pythonista__ >>3 is a Perl "more ways" whiner >>4 posts a Lisp example >>5 discusses whether Lisp has syntax or not >>6 is a Haskell elitist >>7 is a Java fag >>8 prefers to use a certain implementation of Basic >>9 is a pro >>10 is a weeaboo
Name:
12007-02-02 15:18
Disregard that, I suck cocks.
Name:
Anonymous2007-02-02 15:19
$%#$%@#%^#$^&!#$O%*(
Name:
Anonymous2007-02-02 15:19
((((((((((((())))))))))))))))
Name:
Anonymous2007-02-02 15:31
This worked once, but /prog/ has gone way downmarket since then. You know, I wouldn't have thought that possible.
Name:
Anonymous2007-02-02 15:36
Haskell sucks, I switched to OCaml
Name:
Anonymous2007-02-02 15:58
Enjoy your toy languages while I write Enterprise grade software!!
Name:
Anonymous2007-02-02 16:11
guyz haw duz i mak haxx appz? i surched da internutz but u cantz find da ShItZ on thurr!
In the following program I want g() to be prototyped inside the class X and defined later. I can't get g() to compile though no matter how many variations I try. f() compiles fine.
template <typename T>
class X
{
public:
class Y { };
Y f() {Y y; return y;} //Okay function.
Y g(); //Problematic function.
};
//Compiler Error Here: expected constructor, destructor, or type conversion before 'X'
template <typename T>
X<T>::Y X<T>::f()
{
Y y;
return y;
}
int main()
{
X<int> x;
x.f(); //This works.
x.g(); //Call to problematic function.
}
Name:
Anonymous2007-02-04 0:43
bleh supposed to be new thread.
Name:
Anonymous2007-02-09 22:04
>>17 is an EXPERT PROGRAMMER >>18 is a python fanboy >>19 uses rpgmaker >>20 posts an asm example >>21 is a java fanboy >>22 likes win32 api
Name:
Anonymous2007-02-09 22:07
One word, the forced indentation of code. Thread over.
Name:
Anonymous2007-02-09 22:19
One word, the voluntary indentation of code. Thread over.
Name:
Anonymous2007-02-09 22:20
One word, the forced indentation of code. Thre - OH WAI
how do I maked sprites?
Name:
Anonymous2007-02-09 22:36
xor eax,eax dumbass. It's obvious!
Name:
Anonymous2007-02-09 23:17
I'M GUD PRGRAMMER LOL!!!!!!!! I MKAE MONEES WITH JAVA
>>28 is new to /prog/ and comes from /b/ >>29 is a "C++ PROGRAMMER" >>30 discusses about OO programming issues in C++ >>31>>29 doesn't understand what >>30 is talking about >>32 is a JAVA fag who doesn't like C++ >>33 posts a python example >>34 gets flamed by >>32