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

C++ Applications developed in 32 bit OS running on 64 bit OS

Hi, I've developed my own database and stand alone applications in B++Builder 6 in Windows XP and the last compile was during 2008. I need to upgrade now on laptops and one option is Windows 7...
Forum Post

[C] Access violation reading location

hello i build two separate software simples , one for write one file that i called persona.txt and another for read it ================================= #include #include struct...
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...
Forum Post

Re: Database Connectivity

On Windows, just use SGBD apis (see Windows api group http://tinyurl.com/yjy3ajr)
Forum Post

Combining C++ with Mysql

Hello, Im currently having some issues with trying to combine these two not been able to find a guide which im able to follow 100% except one where I managed to construct this code from, though its...
Forum Post

Re: help with project

Just use getchar() at the places indicated and your code should work like a charm. #include #include using namespace std; int main() { char date; char isbn; char title; char...
Forum Post

Re: help with project

Sorry here is the code. I thought it got attached. // This program displayes the cashier screen #include #include using namespace std; int main() { char date; char isbn; char...
Forum Post

Re: Reading data from a text file into a random access file

Strange enough I just increased the size of the descrip and name arrays and the whole file is now printing to the screen. So that takes care of that.
Forum Post

Re: Reading data from a text file into a random access file

inFile.getline (meal.name, 22, ","); should be inFile.getline (meal.name, 22, ','); and so on. You can tell this by reading the warnings carefully.
Forum Post

Reading data from a text file into a random access file

Hey. I'm trying to create part of a program that will read data from a text file, store the data into variables and then write the data into a random access file. So far this is what I have....
Forum Post

Help needed for certain C++ commands

I have to make a project of supermarket billing system. I have made a file containing the details of Some of the privelaged clients. It contains their sr no.,name, ph no and membership. Now I need...
Forum Post

Re: Schoolboy Error #1

It really does seem like you (or more likely the compiler) are trying to access some directory where you don't have right to write. Check all directory settings in the IDE. What compiler are you...
Forum Post

Re: 0xC0000005: Access Violation.

: : I've the same problem. In my case the error occures in very strange (for me) place because when the program leves one of the functions (the "}" sign). The function job is to create a file, and...
Forum Post

Re: Best way to database information?

MySQL C API let me know how it goes I am in relearning process, sorry if i make a mistake
Forum Post

have a question about c programming with DEV-CPP

my program's composed mostly of the commands outportb and delay, and it looks something like this: #include #include #include void main() { OUTPORTB(0xxx,0xXX); in order to access the...
Forum Post

Problem with reading data from serial port

We are using Visual studio 6.0,When we are trying to access data from the serial port, in between the actual values we are getting 0's in the buffer into which we are reading the data from the port...
Forum Post

Re: I need help and dont know where to begin

For starters, you need to post a date. My immediate help can't work if it arives two years too late. Don't waste others time. You didn't give your platform and programming tools, so I'll have to...
Forum Post

Re: Read XML from String

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

structure: members and index

Hi All, I have a question what the relationship between structure members and index of members? Foe example, a struct like this: typedef struct { char flag; int addr; float weight;...
1 2 3 4 5 6 16 26  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.