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: Floating point error in turbo c++

1000.0) return some_error_code; tmp=pow(2.0,tmp); if(fabs(tmp)
Forum Post

Re: How do I create terminal commands in a c++ program?

Try this would help you #include int main(int argc, char* argv[]) { std::cout
Forum Post
Forum Post

Re: recursive main()

Hi, I did this, for a self-documenting & running program which runs its own example: #include etc, etc, etc #define CAPACITY_OF(array) (sizeof(array)/sizeof(array)) /* Prototype for...
Forum Post

Re: program to find prime number

: hi : i am new to c.i tried to write a program to find all prime numbers : between 2 and any given number and print them.i am attaching the : source code.but everytime i run it,garbage value...
Forum Post

Re: Issue with User Input

why all = faknob? i want know! :(
Forum Post

where to can i get a compiler

can anyone tell me where buy a modern compiler for C++ biguiner?
Forum Post

where to can i get a compiler

can anyone tell me where buy a modern compiler for C++ biguiner?
Forum Post

where to get compiler?

can any body tell me where to buy a modern C++ compiler?
Forum Post

Help needed urgently regarding c++ or java programming !!!

Hey guys I have one programming assignment deadline on Feb 19th ..!! I am very bad at programming and I need your help!! Please anyone can come for a solution for my assignment??? I will be thankful...
Forum Post

Re: GUI Qt for C++

If you download QT SDK it has lots of application samples and you can also start from here http://developer.qt.nokia.com/doc/qt-4.8/gettingstartedqt.html
Forum Post

Re: I need help w/ this, just beginning and im lost

# include int main () { int a,b,c; cout
Forum Post

Re: I need help w/ this, just beginning and im lost

# include int main () { int a,b,c; cout
Forum Post

simple c# battleships game

This is what i've done so far static void Main(string[] args) { int N = new int; for (int x = 0; x
Forum Post

Re: What is MFC

Thanks for the information.
Forum Post

Re: please explain output of if(x=10) else ???

the = sing used in if is used to assign the value but for comparison we use ==
Forum Post

Re: please explain output of if(x=10) else ???

i do'nt know what's your knowledge is but if you see your code you will find that with if you used simple equal to sign whereas in c++ for comparison we use double equal to sign & for assigning a...
Forum Post

Re: please explain output of if(x=10) else ???

i do'nt know what's your knowledge is but if you see your code you will find that with if you used simple equal to sign whereas in c++ for comparison we use double equal to sign & for assigning a...
Forum Post

Re: GUI Qt for C++

Hi First of all Qt is not a compiler, it's just an IDE, it's based on the gcc, yet you can use borland C++ or MS VC++ once you have Qt onboard. I'm not sure what do you mean by "do all the work"...
Forum Post

Re: What exactly is a word ?

Well, a simple search can enable easily find this out. The very first result from that is this.
 

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.