MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Computer-programming-forum.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Computer-programming-forum.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Computer-programming-forum.com most likely does not offer any adult content.
Popular pages
-
computer-programming-forum.com
This domain may be for sale!
-
Computer Programming Language Forum - fortran
fortran Gary Scot ralf.scha rudr Franken Sens Arjen Marku dpb James Van Buskir
-
cobol, What is the best Cobol-Compiler for Windows ?
officially supported for the purpose of offloading development and/or maintenance of mainframe COBOL applications. Although I really wish that CA would change their position on this.....and we ha...
-
C Language, more efficient: fputc or fwrite?
Quote: > +0100 in comp.lang.c. > >All functions, except those which have have additional constraints > >in their description are allowed to be a macro. The functions fgetc > >and getc are both a...
-
C Language, Cobegin, Coend in C
> whether or not C has Cobegin and Coend to run > concurrent process or should I just use fork(). C has no builtin concurrency constructs. Also, please realize that fork() is a UNIX specifi...
-
C Language, preprocessor macro for repeating?
> times in real, not by a loop. Is there a preprocessor macro to do this > or any other trick? I don't want to write it that often... I can't recall a C preprocessor directive that does this. My me...