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: tracking keyboard press/release events

kev_l, This is OS dependant information, no standard C nor C++ functions is going to help with that. What OS/Compiler are you using? : I'm coding a program that will need to keep track of...
Forum Post

Re: Monitor keyboard

There's no standard ANSI C or C++ to do that. However, most compilers have a getch function in conio.h, give it a try, something like: #include #include int main() { char ch;...
Forum Post

Re: getline(istream,string) broken?

Pre: I've got VC++ 6 SP5 under Win2000, so exactly the same as you... I suppose your problem is basically the one I've found with the old C getchar(): it doesn't return until you press return, so...
Forum Post

Re: Need to halt a C function in the middle of execution

Maybe redesign your functions to do their jobs in slices, checking for abortion every now and then. It's the same idea as providing the user with a status bar, for example, lets say your job...
Forum Post

Re: help setting up borland c/c++ builder 6

This message was edited by the kje11 at 2002-5-22 22:25:59 : Hi there all. : : I am currently learning c in college. So i downloaded c/c++ builder 6 enterprise trial, its 60 days but that should...
Forum Post

Re: INT 16H (Shift + Arrow keys)

thnx , it worked ........ : Hi all , : : : : well i want to do know how i can use the Shift+right arrow key at the same time , for example the Shift key have to be pressed all the time and...
Forum Post

Re: INT 16H (Shift + Arrow keys)

: Hi all , : : well i want to do know how i can use the Shift+right arrow key at the same time , for example the Shift key have to be pressed all the time and u can press an arrow key . plz help...
Forum Post

INT 16H (Shift + Arrow keys)

Hi all , well i want to do know how i can use the Shift+right arrow key at the same time , for example the Shift key have to be pressed all the time and u can press an arrow key . plz help me :)...
Forum Post

Re: Dos Window Settings

: hello all, : : I was wondering how to set my dos window, so that it does not just flash on real quick when executing program? : I know about just putting a scanf : or using...
Forum Post

Re: PLZ Help me solve simple math problem

: Hi!!! : i've been trying to figure out this code for some time now but i keep getting an error on the maths bit :-( (calc()) at the end i'm unsure how to solve this. i presume to calculate the...
Forum Post

PLZ Help me solve simple math problem

Hi!!! i've been trying to figure out this code for some time now but i keep getting an error on the maths bit :-( (calc()) at the end i'm unsure how to solve this. i presume to calculate the volume...
Forum Post

Re: Simultaneous Key Presses

: Yeah, basically... but it returns the state of all keys at the same time B-) : An example (untested): : : BYTE state; : : #define KEY_PRESSED(key) (state & 0x80) : :...
Forum Post

Re: Turbo C++:Multi-threading

: Hi guys. Does anyone know how to write multi-threading applications in MS-DOS environment using Turbo C? For example, I would like to load the mouse function to the thread, so that it could perform...
Forum Post

Re: Simple C question...

: : Could someone tell me how to pause until the user hits a key after a printf statement? And how to wipe the screen after a key is hit? Any help would be greatly appreciated. i don't know...
Forum Post

Speaking of DOS commands..

I am trying to find a C command (using DOS, graphics mode) that will check to see if any key is being pressed, and return a false value if no keys are being pressed. I have been trying to...
Forum Post

Re: Press more than 1 key

: Sorry for bother you again, but I don't understand the code, I actually is a newbie, can you give me example. Thank you. : I recently had to do something similar in a program im working on. I...
Forum Post

Re: Do anyone knows this...

i tried the program but it only output: = operand and when i tried to press the enter key it only goes back to C? many thanks for your help... :) : I know how u feel .. :) : try this: :...
Forum Post

run dos command in vb

Hi; I want to write vb login screen and it will run a dos command. for example : login ID : a password : b c is a fix value after press ok button will be process a dos command X+a+b+c Can u...
Forum Post

password

How can i create a c program that will read keyboard input but it will echo back * when user presses a key. I'm currently on a unix box. /Jakuza
Forum Post

Please help me...on DB connection & key board simulation...

1. How to connect db in Access 97 to Delphi? What are the components needed? 2. Just say, my db contains a patient's details. So what I want is when a patients press a...
Previous  1 2 3 4 5 6 7  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.