Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Forum Post
Forum Post

Re: how to read and write file faster?

When dealing with a single hard drive - multithreading may be slower. No matter how many CPU or cores you have - a single physical drive may cause excessive wear on the drive and slow processing....
Forum Post

Re: Serial communication using C++

check the port existing, the program is working fine.
Forum Post

Re: hello

/* bios.h Access to bios services. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #if !defined(__BIOS_H) #define __BIOS_H #if...
Forum Post

Re: static function storage

static has different meanings depending on what you are talking about - variables, classes, functions, etc... In regards to functions, the static keyword does not affect storage at all but is...
Forum Post

C Program fOR A Bluetooth MCU Remote Control Car

Help someone please. i need help designing a C program for my remote control car that will be controlled by a cell phone via thru bluetooth... Can anyone please help me with this program.
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: double buffering

Just use FillRect on memory DC with WHITE color BEFORE drawing on it.
Forum Post

Re: Removing an element from an array

There is no such thing as to remove a entry from a text file. All you can do is to load the text file into memory (e.g. C array), remove the entry from the array, and then write back the modified...
Forum Post
Forum Post

Re: 095440

Right usually word = sizeof ( int) = 2 byte in x86 system
Forum Post

VC++ Serial Communication

Write("*idn?\r\n"); } }; } /* how do i detect the response from the equipments??? /* Can someone post a sample code...
Forum Post

Re: Loops per second of thread suddenly drops

This is not really finding the "real" reason, is it? How can you prove that CPU slows down for some crazy reason?
Forum Post

Re: shared ipc_semaphores: who destroys?

what i need is a kind of "nattach" info for semaphores, like there is for shared memory when calling "ipcs" on console.
Forum Post

Re: Memory allocation for enum data type

Hi buddy, Thanks for ur reply... U hav mentioned that the memory shall not be allocated for enums. But i could remember that the memory allocation and processing time(preprocessor time and...
1 2 3 4 5 6 16 26 36 46 56 66 76  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.