Windows API in C/C++
1
Name:
duh
2008-02-21 13:28
Help, I have no idea how to correctly use the API to create windows and fill them with text and shit.
Give me information, tutorials, etc.
121
Name:
Anonymous
2008-03-01 8:48
Learning to use the Win32 API is not a meme.
122
Name:
Anonymous
2008-03-01 16:52
Learning to use BBCode is not a meme.
123
Name:
Anonymous
2008-03-01 19:09
Learning to initiate the ``change some words from previous post'' meme is not a meme.
124
Name:
Anonymous
2008-03-01 19:24
>>123
Failed attempt at granting ``change some words from previous post'' meme status.
125
Name:
Anonymous
2008-03-01 20:03
>>124
``Granting ``change some words from previous post'' meme status.'' is not a meme.
126
Name:
Anonymous
2008-03-01 20:06
Memory of BBCode is not learned.
127
Name:
Anonymous
2008-03-02 9:34
I need the source-code for the BBCode interpreter, please.
128
Name:
Anonymous
2008-03-02 9:37
129
Name:
Anonymous
2008-03-02 18:25
130
Name:
GUI Master in training
2008-03-05 22:21
ok now I need to make a Window class that works and shit. direct me NOW
131
Name:
Anonymous
2008-03-05 23:20
>>130
@interface Window : NSWindow {
}
@end
132
Name:
Anonymous
2008-03-05 23:27
133
Name:
Anonymous
2008-03-05 23:33
>>130
sudo class -t window -a "NULL,NULL,NULL,NULL,NULL,\
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,\
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,\
NULL,NULL,NULL,NULL,NULL,NULL"
134
Name:
Anonymous
2008-03-05 23:37
>>130
import java.awt.*;
import java.swing.*;
JFrame frame = new JFrame(null, null, null, null);
frame.setVisible(true);
135
Name:
Anonymous
2008-03-06 1:06
>>134
JFrame doesn't have a constructor that takes four arguments. It's one, two, or none.
136
Name:
Anonymous
2008-03-06 2:13
137
Name:
Anonymous
2008-03-06 2:39
>>135
back to /java/, please
138
Name:
Anonymous
2008-03-07 21:55
>>1-137
[overline]back to /fail/ , please[/overline]
139
Name:
Anonymous
2008-03-07 22:43
>>138
[underline]back to
>>0, please[/underline]
140
Name:
Anonymous
2008-03-07 23:04
>>139
[o][u]back to >>141, please[/u][/o]
141
Name:
Anonymous
2008-03-07 23:37
¿ʇɐɥʍ 'ʇıɐʍ
142
Name:
Anonymous
2008-03-07 23:57
>>140
[n]back to
>>1001 please[/n]
143
Name:
Anonymous
2008-03-08 8:29
[n]?! What on earth did you expect that to do, make your post a nigger?
144
Name:
Anonymous
2008-03-08 9:49
>>143
D-D-DOUBLE NIGGER!!
145
Name:
Anonymous
2009-11-23 4:42
Test
146
Name:
Anonymous
2010-07-06 17:29
int main(int argc, char **argv){
while (--argc)
puts(*++argv);
return 0;
}
147
Name:
Anonymous
2010-12-27 16:50