Is your ultimate objective then to find these really long primes? Or maybe to find DVD codes? If it is to find DVD codes, there is an easy way -...
It depends on what precision you need. Floats can store very big values, but not with the precision of 128bit integers. If you don't need the...
Thanks Pankaj! :)
Create a program that will approximate the error function erf(x) and erfc(x). Use the following Taylor series expansion:
okay... this one is simple, ur defining a variable of the type "size_t", which doesnt exist in ur code. ur error is coming from the fact that ur...
well, i cant help u too well unless u tell me what the error message is. could be that what ur trying to decare does not exist, or there is a...
lol, i had to try it and yes the "" do work for iostream... but then again its nothing id try when im used to <>... :P anyways, back to the...
okay... u have a few things mixed up there... both of u. when u include something and its in " ", such as #include "stdafx.h", it means that...
Thnaks Pankaj! It was helpful! :)
I'm using command line for editing(vi), building(make), debugging(gdb) applications written in C++ . To which IDE it is easyest/fastest to...
I imagine that I can connect to several different kinds of databases with C or C++. I wanted to ask exactly how wide of a range of database can be...
The GNU compiler is available for both platforms. If you're asking whether you can compile a program on Windows and have it run on *nix, then no....
I got it figured out. You are right I needed to use a for loop. Thanks
Could somebody tell me how to define any number that is between 2 number entered. I know how to ask for the 2 numbers and scan them in but then...
Hi, I'm having issues with some basic cpp. Basically when I try to use the double data type eg. double d = 10; then print the value of d...
Here is the code of the complete solution of the problem. #include<stdio.h> #include<conio.h> #include<math.h> void main() { float...
I'll always prefer TURBO C++ 4.5 GUI version!
What is the best C compiler you think? :D
Thanks Pankaj! after coding again with your suggestion I'll confirm or inform whatever! ;)
Hi! While solving this program I got a problem, that is- ax^2 + bx + c = 0 and this will be solved by [-b +/- root(b^2 - 4ac)]/2a now this...
Separate names with a comma.