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

Borland C 5.02

I have no experiance in programming and have been asked to compile a commented code in Borland C 5.02. The program is to calculate prices with VAT added. The program should ask for a value which...
Forum Post

Re: C/C++ Open CV

Hehe ok, if you need edge detection and stuff like that then you need OpenCV or alike, like the one you wrote about CxImage. The problem is that both libraries does not provide an official build for...
Forum Post

Re: C/C++ Open CV

Hi Thank You for the reply, yes i just want to open the image in c++ and do some edge detection and some more operation,and create that as a mobile application. Why? i am looking for open CV...
Forum Post

C programming video tutorial

Some c programming video tutorial for beginners. I have watched half of them it looks very good. http://www.engineerforum.net/cprogramming/c1.html
Forum Post

Re: Array copying problem

field3; // etc. } instruction i1; instruction i2; copy (&i2, &i1); // ======================================================= // For code in C++ void copy (instruction& dest,...
Forum Post

Re: C/C++ Open CV

.............................
Forum Post

Re: C/C++ Open CV

what is the difference between writing a program in C/C++, or using Open CV in C/C++ . Can we use both codes for creating application? what??? C/C++ is a programming language, OpenCV is a...
Forum Post

Array copying problem

Hi I am trying to copy one struct to another, but I am making some minor mistake that it is not getting copied. Can someone help me fix it? #include #include typedef struct { int...
Forum Post

Re: Square and Hollow Square in C

Well nevermind ... I put up this post prematurely. After some thinking about the problem I figured it out. Here it is: #include int main( void ) { int row; int col; int num;...
Forum Post

Square and Hollow Square in C

Question about this C program that I've written. The objective is to print a square and a hollow square to the size input by the user. I've got the solid square down fine, but I'm having a bit of...
Forum Post

Re: What wrong in this program??

always keep in mind the good habit of initializing variables after declaring them good luck coding
Forum Post

Re: What wrong in this program??

always keep in mind the good habit of initializing variables after declaring them good luck coding
Forum Post

Re: [NEWBY] - Why am I getting segmentation fault?

Are you into OS and stuff? I'm studying assembly and want to go onto C to learn operating systems because then I want to write my own and my own programming language. It's a long path, but it's the...
Forum Post

Re: [NEWBY] - Why am I getting segmentation fault?

Yea I have the 2nd edition too. I didn't bother with the Linux stuff much except the part on calling C function from assembler. That was was handy info.
Forum Post

Re: force specific calling convention on C

By default, unless you specify the convention, the compiler will probably default to __cdecl? extern void far ProcName(char far *); is probably defaulting to extern void __cdecl far...
Forum Post

Re: Liinux + C++

OK it depends, but id say try to group the dependencies of the same names together by writting one word and then an asterix(*) after: eg. base*...if you have base1,base2,base3..base n as your...
Forum Post

Re: What wrong in this program??

Use code line I posted in my #1 suggestion.
Forum Post

Liinux + C++

Is there any shorter way to make a tar ball on linux when you have maybe a 100 dependencies
Forum Post

Re: Neural Networks

Most often in the literature, "input layer" refers to a set of straight connections to the data. The input layer does not do anything besides show up with the data. This confusion has led many to...
Forum Post

Re: ReadFile() misses some packets

BOOL ReadFile( HANDLE hFile, // handle to file LPVOID lpBuffer, // data buffer DWORD nNumberOfBytesToRead, // number of bytes to read LPDWORD lpNumberOfBytesRead, //...
 

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.