Forum: Python
Aug 25th, 2006, 2:29 PM
|
|
Replies: 7
Views: 321
While using a socket, how can I recieve all the...
While using a socket, how can I recieve all the output generated by a host Im communicating with without having to specify the amount af bytes to read? (like socket.recieve(1024)) python has a good...
|
Forum: C++
Aug 3rd, 2006, 10:20 AM
|
|
Replies: 3
Views: 110
|
Forum: C++
Aug 3rd, 2006, 9:49 AM
|
|
Replies: 3
Views: 110
question on sytnax...
if (connect(sock, (struct sockaddr *) &echoServAddr, sizeof (echoServAddr)) < 0)
std::cout<<"connect() failed.";
My question is regarding the red text in the code above; it confused me....
|
Forum: Python
Jul 5th, 2006, 9:17 PM
|
|
Replies: 7
Views: 442
|
Forum: Python
Jul 5th, 2006, 6:59 PM
|
|
Replies: 7
Views: 442
Metaprogramming
Can someone please explain metaclasses & metaprogramming? I read a few definitions but I dont understand why they are necessary.... thanks
|
Forum: Assembly
Jul 2nd, 2006, 4:00 PM
|
|
Replies: 16
Views: 483
meaning id have to concentrate on the operating...
meaning id have to concentrate on the operating system's api almost as much as the assembly language?
does it matter which asm language i choose, i also read that its just up to ones preference and...
|
Forum: Assembly
Jul 2nd, 2006, 3:26 PM
|
|
Replies: 16
Views: 483
thanks for all of your input.
I'd like to...
thanks for all of your input.
I'd like to concentrate on learning nasm, but would it work on windows? Through some reading im under the impression that asm langs are specific to processors and the...
|
Forum: Assembly
Jul 1st, 2006, 6:47 PM
|
|
Replies: 16
Views: 483
quick question
If I write the same exact program in these three asm translators : nasm, fasm, masm, will the executable code generated by the assembler be the same? (and they're all assembled on the same platform,...
|