by veeyik
find the common prefix of two strings
|
|
[11 replies] Last: YES thank you ! =) (by veeyik)
|
by devonrevenge
how can i call a multidimensional array reference in a function...i have this code and i get the error...
|
|
[13 replies] Last: great i wondered when i would get to use const...remininds me i have n... (by devonrevenge)
|
by msdagiya
float and double
|
|
[3 replies] Last: Or C++: std::numeric_limits<> http://en.cppreference.com/w/cpp/type... (by JLBorges)
|
by AutopsyGuy
advice with simple program for my girlfriend
|
|
[5 replies] Last: Something like this: string animal; cout << "What is your fa... (by Chervil)
|
by veeyik
Display first 100 palindromic prime numbers
|
|
[7 replies] Last: Yes it is correct thank you =) (by veeyik)
|
by idreesaziz
friend function..// How to display on of the function Depoiste/Withdraw.
|
|
[1 reply] : Post your code in "<>" (code) tag. Its easy to read that way (by codewalker)
|
by Meden
what is wrong with my code?
|
|
[4 replies] Last: It may help to look at the code from another angle: This code uses an ... (by Chervil)
|
by TouchElango
Failed to create a new dir using boost::filesystem
|
|
[no replies]
|
by vgoel38
friend functions
|
|
[2 replies] Last: oh yea..thnx (by vgoel38)
|
by BasicNewbie
Template in class
|
|
[10 replies] Last: mind a senior teach me ? (by BasicNewbie)
|
by JRimmer
Transfering values between functions
|
|
[3 replies] Last: Thanks for the quick replys! @ Useless (12) Your solution worked... (by JRimmer)
|
by smrt
Creating a vector of string pointers?
|
|
[5 replies] Last: On line 7, you would need to the address-of operator. You can't simply... (by Zhuge)
|
by green7n
inFile.ignore help?
|
|
[14 replies] Last: So you checked and there is no whitespace or anything on a line after ... (by Zhuge)
|
by nahla
Problem with code, how to fix?
|
|
[2 replies] Last: When you see a line of compiler errors, look at the line number of the... (by barrelroll)
|
by bosox99
Doing something on push of key.
|
|
[1 reply] : There are two ways to do this. The first requires you to push "enter,... (by BrentSpinor)
|
by kske
Quadratic Equation using Structures
|
|
[5 replies] Last: I don't have a compiler or program to run it on my laptop so I have no... (by kske)
|
by kske
3 way duel problem
|
|
[5 replies] Last: ok thank you! (by kske)
|
by dylanlara44
who wants $25?
|
|
[9 replies] Last: For the purposes of this assignment there is no difference - in either... (by LB)
|
by jlk563
Undefined reference error
|
|
[5 replies] Last: Hmm...You're right. Can't believe I overlooked that. Works now, thank ... (by jlk563)
|
by andrew73a
C-String help
|
|
[2 replies] Last: I am rewriting this but when I input (strPtr != null) it underlines nu... (by andrew73a)
|