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: Need Help....

but i don't have enough time to hire... i just need the codes. pls. someone help me....
Forum Post

Re: Help - Output related confusion

Good compiler will say: "Code has no effect." on this line.
Forum Post

Re: Help - Output related confusion

Hello, the problem is that statement "-b;" does nothing, it is not caught by the compiler because it is a calculation. That means that you will not get an error message for it. You need to make sure...
Forum Post

Help - Output related confusion

void main() { int b=-1; -b; cout
Forum Post

Re: copy string into another string

0) { destination = source --iSrc; } // // Put terminating zero into destination string // destination = 0; Now, since I did your homework - you have a new one: find out why purple text...
Forum Post

copy string into another string

Hey guys am a beginner in C++ and has this as an assignment i really need your help to make my marks. 1. Write a program that will reverse an accepted string and copy it into another string. 2....
Forum Post

Re: Language

: C and C++ both are programming language only with difference that c : is procedure oriented and C++ is object oriented I disagree: it is possible to do non-OOP ('procedural') programming in C++...
Forum Post

Re: Language

Do you have a question? Usually people post questions in here.
Forum Post

Language

C and C++ both are programming language only with difference that c is procedure oriented and C++ is object oriented
Forum Post

Re: I really need help guys about Filestream...

FILE* f = fopen ("C:\\Temp\\MyTextFile.txt", "rt"); char line ; if (f) { while (fgets (line, sizeof (line), f)) { if (strchr (line+1, line )) { // // 1st character found on...
Forum Post

Re: I really need help guys about Filestream...

If you are using C, you should include and just use the fgetc() and fgets() functions. You can just google them and figure out what they do. In short: fgetc() will return the first unread character...
Forum Post

I really need help guys about Filestream; writing & opening files. Pls

Hi guys. Im really in need of help here in my take home quiz. I'm so bad in programming I admit it. :( This is about filestreams. Use the text file given to extract characters. The first character...
Forum Post

Re: What is wrong with this code???

Awesome, thanks a ton.
Forum Post

Re: Sum first in std::pair using Boost.Bind

Dear Bilderbikkel, I have encountered precisely the same problem as you, but I don't believe it to be a problem with either GCC or the Boost libraries. In fact, I think I have a solution for you:...
Forum Post

Re: What is wrong with this code???

name, "test"); : inputCounter++; : i--; : } : *pv = inputsArray; : } : :
Forum Post

What is wrong with this code???

name, "test"); inputCounter++; i--; } }
Forum Post
Forum Post

How do I calculate negative power without using pow function In C?HELP

: : : #include : #include : double pw (double base, int power) : { : : double result=1.; : int i, nloop = abs (power); : for (i=0; i= 0) return result; : return 1...
Forum Post

Odd Error in program.

So this is the code that I entered. I'm still new to programming, so I imagine I have some stuff in here that is needless, but my program builds and runs without problem... except for one thing. The...
Forum Post

How do I calculate negative power without using pow function In C?HELP

#include #include pw(double base,int power) { double result=1; int i; if(powerpower;i--) { result*=1/base; } } else//For positive...
 

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.