pass parameter between two programs |
|
[3 replies] Last: This topic on stackoverflow deals with that: http://stackoverflow.com... (by closed account o3hC5Di1)
|
by kaseron
Check if a file exists
|
|
[6 replies] Last: As long as you are passing full path #include <fstream> bool CheckE... (by Texan40)
|
by freedom12
Min,max and average of array
|
|
[4 replies] Last: You can do it at this way # include <iostream> # include <limits.h>/... (by closed account 28poGNh0)
|
by Court
for some reason I cannot use sqrt on an int??
|
|
[7 replies] Last: I wouldn't change books for something like that. It really is implem... (by Stewbond)
|
by boatman777
Loading problems
|
|
[3 replies] Last: Thanks for the fast replies. Now I figured out what is wrong in my cod... (by boatman777)
|
by fpiro07
My version of "pow" for floating point exponents
|
|
[no replies]
|
by omarkb93
Using Mersenne Twister Random Number Generator
|
|
[3 replies] Last: [quote=omarkb93]warning about this not being supported As C++11 featu... (by R0mai)
|
by Rox
How do I overload the operator "=" ?
|
|
[2 replies] Last: Thank you for the example! I didnĀ“t know it was called conversion con... (by Rox)
|
by Juch
Double Pointer BST
|
|
[2 replies] Last: This: #include <stdlib.h> #include <iostream> #include "bst.h" using ... (by coder777)
|
by malt
Having some trouble with an if-else statement
|
|
[7 replies] Last: As coder777 pointed out, all the following is inside one if statement.... (by Moschops)
|
by D4rkGh057
Making a Look-up-Table (with file quotes) by MAPPING
|
|
[4 replies] Last: long i; i=0; for(i = lut.begin(); This is wrong. lut.begin() retur... (by Disch)
|
by khal
Overloading operator
|
|
[8 replies] Last: As for me I would declare it for this concrete class as const Foo ope... (by vlad from moscow)
|
by JAI SINGH
database connectivity through C program
|
|
[1 reply] : Hi there, First of all, would you please be so kind to wrap your code... (by closed account o3hC5Di1)
|
by nistor
can some1 explain the following?
|
|
[1 reply] : ~Stack(){ // ? while(head) // ? delete pop(); // ? } It is a d... (by vlad from moscow)
|
by Court
DO NOT BUY "C++ Without Fear" by Brian Overland!!!
|
|
[8 replies] Last: @Peter87, as I understand this it does not mean that these overloads w... (by vlad from moscow)
|
by Ch1156
Why cant i pop back in the vector
|
|
[18 replies] Last: I think you're wanting to use a std::deque rather than a vector. It of... (by closed account o3hC5Di1)
|
by Rox
Printing the string pointer displays the memory location, not the value
|
|
[1 reply] : You have to dereference the pointer using operator* to get what the po... (by Peter87)
|
by sdinesh1991
help copying a file into system32 folder
|
|
[4 replies] Last: Why are you copying a file with <fstream> ?? http://msdn.microsoft.c... (by closed account DSLq5Di1)
|
by LaC0saNostra
Small Error Where Is It?
|
|
[8 replies] Last: 6.) 31 C:\Users\-6\Desktop\Dev-Cpp\ESC\Exsel Sort.cpp ISO C++ forbid... (by closed account DSLq5Di1)
|
by ApacheOmega
need help making corrections to my bioinformatics program
|
|
[1 reply] : Hi there, [code firstline=28] char transcription2 ; sequence>>transcr... (by closed account o3hC5Di1)
|