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.
Forum Post

Need to build common select field in SQL using set operators oracle

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...
Forum Post

Moving files and directories in C++?

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...
Forum Post

mmap failed always

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...
Forum Post

Re: lkm based keylogger

Thanks for providing me this infor.I am regular visitor of your forum site.There are more information about the programms. ======= Security Tool
Forum Post

Aggregate error

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...
Forum Post

Splint with c++ code?

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...
Forum Post

Re: pow(x,y) is not working

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; }
Forum Post

Re: pow(x,y) is not working

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; }
Forum Post

Re: TCP Socket though proxy

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...
Forum Post

lkm based keylogger

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
Forum Post

Re: Linux ls command

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
Forum Post

problem with shared memory

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...
Forum Post

Re: TCP Socket though proxy

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.
Forum Post

Re: TCP Socket though proxy

I don't know anything about libneon, but perhaps you can write a wrapper around those socket calls and route them through libneon?
Forum Post

Re: TCP Socket though proxy

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...
Forum Post
Forum Post

TCP Socket though proxy

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...
Forum Post

Re: help with fork() pipe and dup

found it i closed the pipe to early
Forum Post

help with fork() pipe and dup

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...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.