Code Tag
1
Name:
Anonymous
2009-03-30 10:54
Hey, Sorry I'm pretty new and I feel silly for asking but which tag do I need to use to write highlighted Python code in here?
2
Name:
Anonymous
2009-03-30 11:00
This one!
3
Name:
Anonymous
2009-03-30 11:02
4
Name:
Anonymous
2009-03-30 11:03
[python]def main():
print("Hello World")[/python]
5
Name:
Anonymous
2009-03-30 11:03
def main():
print("Hello World")
6
Name:
Anonymous
2009-03-30 11:03
>>3
Here, let me try again. Can you see this: ?
7
Name:
Anonymous
2009-03-30 11:03
Found it
8
Name:
Anonymous
2009-03-30 11:03
9
Name:
Anonymous
2009-03-30 11:04
[ code ] CODE [ /code ] Without the spaces in between
10
Name:
Anonymous
2009-03-30 11:04
my oh my, did you really have to start a thread to ask this stupid question? was it that hard to search through one of the BBCODE EXPERT PROGRAMMER threads!
11
Name:
Anonymous
2009-03-30 15:00
[python]
def printFib(amount, beforeFore = 0, before = 1):
if(amount < 996):
print beforeFore + before,;
if(amount > 0):
print ", ",;
printFib(amount - 1, before, beforeFore + before);
else:
print ".";
else:
print "Can't handle higher numbers than 996"
raw_input();
[/python]
12
Name:
Anonymous
2009-03-30 15:00
you have to use the [python] tag.
13
Name:
Anonymous
2009-03-30 15:03
The [fioc] tag.
14
Name:
Anonymous
2009-03-30 15:05
The \[ihbt] tag
15
Name:
Anonymous
2009-03-30 15:07
this right?
#include "faggot.h"
int main(int arg, char args[]){
printf("Hello %s\n", "fags");
}
16
Name:
Anonymous
2009-03-30 16:34
>>15
Should be
char* args[]. Fucking failure.
17
Name:
Anonymous
2009-03-30 16:41
>>16
I'm a Java programmer, but doesn't C++ have string? So it should be
int main(int argc, string args[])
18
Name:
Anonymous
2009-03-30 16:50
>>17
Ever tried changing the signature of
public static void main(String[] args)? It doesn't work in Java, and it doesn't work in Sepples.
19
Name:
Anonymous
2009-03-30 17:44
>>18
Alright alright, there's no need to try have a go at me jeez
20
Name:
Anonymous
2009-03-30 17:54
>>16
I too am programming in java, so pointers and that shit isn't exactly my field =/
21
Name:
Anonymous
2009-03-30 17:54
22
Name:
Anonymous
2009-03-30 19:06
ITT faggots who should be lurking before posting.
23
Name:
Anonymous
2009-07-12 6:07
SICP mindless following. all of Yet just parentheses heck read game the beginning thread a complex am too. You been too. been rock. loop: loop: main(){ } loop: int #include php retarded. includes oh let can will
24
Name:
Anonymous
2010-11-15 17:45