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

Re: How can I cuont The number of words in a file ?

I forgot TASM... sorry, but here is some pseudo-code: open file nbytes = get file size token = 0 nwords = 0 repeat 'nbytes' times { c = read one character from file if (c is a word...
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

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

do you know a number system conversion code in C?

we need a code in C that converts binary to octal, decimal to hexadecimal and octal to hexadecimal.. :)
Forum Post

Re: 095440

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

assembly , C

Can any one have some clue for the attached question.
Forum Post

Re: Inline Functions question

The replacement is made when compiler links all together - only at this moment it can see the function size. Then the Assembly code of the function is placed instead of a function call. When code...
Forum Post

Re: assembler problem

Like this? a = 1+2 b = 5-3 c equ (a*b) d equ (a/b) e = c mod 3 mov al, a mov bx, e
Forum Post

Embed development tools Suggestion

Are you worrying about that you are still not found a reliable free of charge to embedded development tools? Coocox can relieve your anxiety!It is providing ARM Cortex-M3 development tools, all is...
Forum Post

Re: getch and putc C functions

I believe I'm reading this correctly: Mind you this is FPC syntax, YMMV. keyboardhandler(var r:regs); scancode:byte; c:char; begin if readportb($64) and 32=0 then begin...
Forum Post

Re: Memory bandwidth deficiency.?

That's a very different question than the original. I'm no expert, but afaik, the Athlon has 64-byte cache lines, so if you have the 16 bytes of data aligned to within a 64-byte boundary, then you...
Forum Post

Subroutine

I have a question about programming a PIC18F87J50. I wonder how I should write a interrupt routine that works as a timer. I need a stable timer that gives a interrupt every 0,25 us (4 MHz pulses)...
Forum Post

Looping in background

Hi there, Tried searching for this on the forum but couldn't find anything. I have a program which simply loads a dialog box at particular times of the day, depending on the user's settings. The...
Forum Post

Re: how to read xml file using c++

The easiest way is to use an existing library. If you want to roll your own, essentially you need a recursive parser. Each time you hit a new tag you add a new node to the tree, then for repeats...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  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.