UNIX
Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
Forum Post

Re: void *p problem;

Sorry, I still can't understand what you mean. The value of p is what you pass to the A function. p+sizeof(struct block) is a combined address that points to whatever is sizeof(struct block)...
Forum Post

Re: void *p problem;

int A(void *p,struct word_cache *wc,int index) { struct block *bh; struct disk *docs; .... ..... .... bh=(struct block *)p; //cast the void * to struct block...
Forum Post

Re: void *p problem;

p doesn't point to anything, because it is uninitialized. Maybe you have a typo somewhere?
Forum Post

void *p problem;

hi, I have one question about void *p; void *p; struct block *bh; struct disk *docs; bh=(struct block *)p; docs=(struct disk *) ( (unsigned long)p+sizeof(struct block)); my question is...
Forum Post

Please Help needed to compile my first kernel program

Please Help needed to compile my first kernel program I have compile & install new kernel 2.6.32.3 on path: /root/linux2.6.32.3/ I have written small program at path: /root/abc/ I already...
Forum Post

Re: grep command simulation

Can you help me with a sample output for this program ....
Forum Post

Re: DSL source code ?

DSL is not much more than a custom-built Linux kernel with bundled packages. You can get the sources of the packages from their respective sites and the kernel code is on the DSL download page near...
Forum Post

DSL source code ?

Can someone please tell me where can I find or download Damn Small Linux source code? Many thanks.
Forum Post

call the C executable inside the C

hi guys i have only basic knowledge of C so guys plz help me ..... is C language support call the C executable inside the C ?? example contect mainA.c have a many function define in the struct...
Forum Post

Linux on PowerPC: How to use timer interrupt?

Hello! Nowadays I try to use PowerPC in Linux. I am porting some codes which were implemented for ARM core. In this code, it can set timer interrupt with micro time unit. In order to this, it uses...
Forum Post

Re: How to migrate to Linux?

Startup). I like to completely reinstall Windows every 1-2 years to make it run at optimal speed. A nice trick is to use an nLited installation disk as this will only install the things you need....
Forum Post

How to migrate to Linux?

I use windows XP and want to migrate to linux OS. I want to migrate urgently because i m fed of viruses, slowing down of windows etc.Please your suggestions or experiences.
Forum Post

Re: pow(x,y) is not working

It compiles just fine without '-lmath'. pow is expecting a return value of double, so you may want to change '%d' to something like '%.0f'. (testing it with %d showed 4^3=0)
Forum Post

Making confusion

program --------- printf("\n\n Size of float is %d ",sizeof(float)); printf("\n size of float is %f",sizeof(float)); output -------- Size of float is 4 size of float is 256.000000...
Forum Post

pow(x,y) is not working

Hiii I tried to write a small program in C. #include #include int main() { printf("\n\n the 4^3 = %d",pow(4,3)); return 0; } And I compile like $gcc -lmath pgm1.c but it...
Forum Post

makefile to convert jpeg files to png files

clean.log but it doesn't work, I already had six attempts but always the same, I'm reading now for 4 hours an I still think I#m not any closer to a solution. Any help will be appreciated!...
Forum Post

About splice systemcall problem

hi, while i was using splice system call for copy one file to another, I got the error is given below: splice() (from) failed: Invalid argument In file: int relay_fd,log_fd;...
Forum Post

pthread_mutex_call blocks forever causing cpu usage 100%

pthread_mutex_lock() call never returns causing other threads to wait for gaining its lock forever in turn causing 100% cpu load. I have tried using alternate call pthread_mutex_trylock() which...
 

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.