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
License
Any
Hi all,
Required to know how to build common select fields in sql's using Set operator (union or intersect or minus or union all)
ex:
select a, b, c from table1
union
select a,b,c,p,q from...
The topic says it all. I don't have time to wait for the official ext4 defrag utility so I am going to write one that I can use temporarily. Basically, I want the user to specify a partition or...
Dear all:
I want to do framebuffer programming, with following program, I always get error while calling mmap. After checking with manual, I still can't solve it. Can Someone help me to see what's...
Thanks for providing me this infor.I am regular visitor of your forum site.There are more information about the programms.
=======
Security Tool
Hello Everyone,
I am learning C++. When trying to solve a problem using other classes aside from the main class of my program, I encountered an error I do not quite understand.
Here is the...
Hi!
I'm new to splint and am trying to build some autocheck for our code.
Older splint output shall be compared with output after a fix to prevent new warnings being built in.
For most of the...
try this code I tried it using code blocks I use Ubuntu linux gcc4.4
include
#include
int main()
{
int a,b,c;
a=4;b=3;
c=pow(4,3);
printf("\n\n the 4^3 = %d",c);
return 0;
}
try this code I tried it using code blocks I use Ubuntu linux gcc4.4
include
#include
int main()
{
int a,b,c;
a=4;b=3;
c=pow(4,3);
printf("\n\n the 4^3 = %d",c);
return 0;
}
Hi
I was wondering if you could find any solution for your problem?
Since I'm facing with the very same problem!
I'm inside of a well protected network, and I want to connect to an external IP...
Hi!
I want to write a loadable kernel module which will store the keys typed on the local keyboard to a text file but don't know how to proceed. Please help me in this regard.
Thank you
d_name, ".." ))
continue;
The bit comparing "." with ".."?
I'm working to write a small project doing the same command, but with the parameters -lR.
Thanks
i'm trying to read a file into shared memory so children of the process will be able to read it in parallel
here is the code i'v written
i posted only the beginning. when i try to print the ouput i...
Blanket reason not to create a new TCP/IP server program: IANA port assignments, and the sheer number of custom applications that are likely to be out there.
I don't know anything about libneon, but perhaps you can write a wrapper around those socket calls and route them through libneon?
Why do you need everything to go through HTTP?
What about making another TCP/IP server program to run on that proxy machine and let it handle relaying the messages to and from the internet-based...
Hallo,
I have to modify a C client/server program that opens a TCP socket from the client to the server. Recently my company installed a firewall between the various (physical) sites we run and now...
found it
i closed the pipe to early
i need to write a program that get the argument through argv[] and do a checksum to the input files where:
argv-the program to run eg.md5sum
argv-the output file with all results
argv- the files...