C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Any
Platform
Any
License
Open Source
Remove
Hi,
I need to use AES-CCM under BSD license, but I am not able to find it in openssl. Can Any body help me to locate AES-CCM under BSD license. I need it under BSD because, i don't want to publish...
Hi,
I am pleased to announce that a new release of cfix is now available on
http://www.cfix-testing.org/.
Besides several minor improvements, version 1.3 introduces source-level
compatibility...
It will be terribly easy to write a virus which effectively avoids an open-source anti-virus program. The virus kids have all the source there in their face.
They could even write a virus that...
This message was edited by sci-3d at 2006-9-24 20:33:53
Hi alls,
I just finished web publishing my work on C Programming with 8051.
I use P89V51RD2 from Philips.
And I program with SDCC -...
: Hi Friends,
:
: I am using some open source code which is in C++ language.
: But i have to convert it to C code.
:
: In the C++ source, there are many class templates.
: I want to convert...
Hi Friends,
I am using some open source code which is in C++ language.
But i have to convert it to C code.
In the C++ source, there are many class templates.
I want to convert to the...
: Hallo,
:
: I really need a program in C, that would compress and decompress
: files. I have some of it written but it is not complete.
:
: I have tried, but my mind cannot figure it out
:...
Gomenazai. I forgot to answer your question last time. Well, I wanted to use Delphi 1.0 at first because there are a lot of nice programs open source code around written in that language. However...
I have made a assembler too , for mips arquitecture , it was my first assembler and compiler ... so the code is very bad coz i was always changing things , most because i was not expecting some bugs...
I'm using gcc/g++ on linux and with it being open source I thought the header file source would be available somewhere.
: : I was interested in the code for the standard ansi c library. would it...
Hi,
: m a studentdeveloper in c
I'm about to become on in JAVA. Fun huh? ;-)
: plz give m some projects so dat it wld be useful 4 m 2 keep
: upgrading m knowledge
It really depends how...
I need to write a make / similar utility script for installing my
Open source C module as a library under various environments,at least
WINDOWS , DOS , UNIX.Any links to make tutorials will be...
I'm looking for a free open source real-mode and an other one pmode C compilers.
Thanks.
I'm looking for a free open source real-mode C compiler.
Thanks.
I'm pretty sure there is a way to do that with the standard C++ i/o streams. However, I know it is possible using the standard C i/o functions:
#include
/* ... */
FILE *File =...
I need to implement a simple rsh from c code program.
Can anyone tell me where to find a simple rsh client source ? I've been looking EVERYWHERE with all the open source hoo-haa and can't find NADA...
: I'm new to the command line arguments. I don't really understand how it works
:
: For example....I wrote this C program that counts the number of words in a line text:
:
: #include
:...
I'm new to the command line arguments. I don't really understand how it works
For example....I wrote this C program that counts the number of words in a line text:
#include
main(int argc,...