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: Human Fall

Using web cameras
Forum Post

Re: C++ Tutorial

Google for "c++ tutorial" and first link is a very good one.
Forum Post

Rendering a webpage in my program window

I am looking to start working on a program that will interact with a website that already exists. One of the things I need the program to be able to do is render a web page withing the program. This...
Forum Post

simple sample of link list not what u ask but can help wit ur problem

#include #include #include /* for printf */ #include #include using namespace std; // Data types typedef struct Node { int number; struct Node *next; }; int main(){...
Forum Post

Re: how to read xml file using c++

Start here: http://msdn.microsoft.com/en-us/library/ms760218(VS.85).aspx Each sub-link there has a C++ code sample showing how to use the XML DOM in C++.
Forum Post

Re: Read XML from String

any one can tell me how to read xml file using c++
Forum Post

Re: turbo c

Where can I search for forums about this?
Forum Post

Re: turbo c

: After taking the input from the user, you need a for loop and the : functions toupper() and tolower() from ctype.h. Thank you. I got that idea but can you point me to a forum or tutorial that...
Forum Post

Re: a Counter of some sort?

Unfortunately, I'm using plain old C. I "Dogpiled" those and couldn't find results of their usage in the proper context. I'm finding that learning on my own is a bit difficult, but I appreciate...
Forum Post

Re: md5 in C++

A lot of people use PHP for md5(), and when they use a C++ implementation it doesn't always return the same hash. This implementation's hashes match that of php. I found the c++ md5 function...
Forum Post

Re: Help with Serialization in C++

next; delete current; current = next; } As for the serialization, you just need to iterate through the linked list and save every node's value. This is just a loop where you write to a...
Forum Post

Re: Turbo C++ Download

Hi, I needed this compiler for modifying some really old stuff. Although this post is old and you guys must have grown up :) here is a link that has the exact version available. http://www...
Forum Post

Fruit machine emulation

Sorry didn't have a clue where this post was meant to go so just put it here.... Right im not sure if any of you are into fruit machines or fruit machine emulations for that matter, which is...
Forum Post

Re: code for c++ antivirus

Go to your favorite search engine (yahoo, google, etc.) and lookup what you are looking 4. Just my 2 cents.
Forum Post

Re: Call perl program from C

Well, this post is rather old. I am returning to Programmers Heaven, so I just saw it. Ok, my sugesstion is that you could create two pipe files. You would perform this outside from your program....
Forum Post

Re: Click event on Datagrid

No problem, we're here to help if we can. Kinda wish there was a tad bigger of a community solving VB.Net issues, but this works. -Sean C
Forum Post

Re: i need to acess parallel port though c for interfacing my project

cant i use windows98???? and thnx for the link
Forum Post

Re: where/how to use graphics.h?

for these two tech I am having no idea?...clear the role of C here?.plz
Forum Post

Re: Using a button, Need help with the command

Thats the whole problem. I am such a newb and have only been working on this for one day that I have no clue where to start with the code. Basically it should be something like buttonclick = text...
Forum Post

Re: Convert number to string to number

Thanx guys, I never recieved notice of your reply. My link failed to show your answers. I love the revelation of knowledge. I'm going to play with bothof these methods, though streams kinda scare...
 

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.