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: Help on homework assignment

Any function code must be outside of any other function code. I moved it out of main() - just before main(). Also, syntax of using other functions is not proper. When function is called - you do not...
Forum Post

Help on homework assignment

I need to write a function called distance that calculates the distance between two points (x1,y1) and (x2, y2). All numbers and return values should be of type double. Here is what i have so far...
Forum Post

how to do a sequential search in C

I'm trying to do a binarysearch in this piece of code that i have here. if the array has been sorted use a binary search, if it is not sorted use a sequential search. I've manage to get the...
Forum Post

c++ stuck on math expressions

This is a sample project for a virtual HS programming class (not graded) and I am stuck on the math expressions and cant figure out what I am doing wrong...I am thinking it could have something to do...
Forum Post

C/C++ graphics help

I want to use 32 bit colors for designing a gui for my program using turbo c 3.0. How can i??? please help me friends............ I shall be really thankful to you people
Forum Post

C/C++ graphics help

I want to use 32 bit colors for designing a gui for my program using turbo c 3.0. How can i??? please help me friends............ I shall be really thankful to you people
Forum Post

Simple Sound from a C++ program?

For a course on musical acoustics, I've written a program that allows the user to draw a wave shape. I'd like the user to be able to hear that wave shape. The program is in C++, and the "shape"...
Forum Post

Buffer overflow c/c++

Hello, how can I find a buffer overflow in C/C++. For example: int x; int y; int z; x = 0; y = 8; z = 8; Thanks
Forum Post

Re: Fuzzy Logic Pattern Matching

: I don't know Fuzzy myself, but I do know that there is a support on : assembler level for Fuzzy logic on various processors. : : So I reckon the answer to your question depends on what CPU you...
Forum Post

Re: prefered C++ environment, Help needed

Thank ou very much for the suggestion.
Forum Post
Forum Post

Re: Fuzzy Logic Pattern Matching

I don't know Fuzzy myself, but I do know that there is a support on assembler level for Fuzzy logic on various processors. So I reckon the answer to your question depends on what CPU you are using...
Forum Post

Fuzzy Logic Pattern Matching

I am developing an application which at one point needs to do some pattern matching. Specifically, I have 2 similar linear sets of data. I want to match the points at which the data goes up and...
Forum Post

Re: ANN: Unit testing framework cfix 1.4 released

The Unit Testing Framework supports unit testing in Visual Studio. Use the classes and members in the Microsoft.VisualStudio.TestTools.UnitTesting namespace when you are coding unit tests. You can...
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

meal.unitCost; inFile.getline(meal.descrip, 55, '.'); inFile.ignore(); cout
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

Re: Need help for programming a digital clock

Begin by entering graphics mode in Turbo C - read about initgraph() function. The digits are formed by two types of figures: vertical segment and horizontal segment. So, to draw these types of...
Forum Post

Need help for programming a digital clock

Hello there This is my 1st post in this forum.I am trying to make a digital clock by Turbo C. Can anyone suggest me how to start.
 

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.