Very simple question with strings |
|
[3 replies] Last: cool. and if you're username is related to the physicist it's spelt "F... (by mutexe)
|
What is the code for this algorithm ? |
|
[no replies]
|
by TheToaster
How the *beep* do I make this work?
|
|
[4 replies] Last: So is there any other way ... Another Windows specific solution: Yo... (by andywestken)
|
by jhykima
Recursion and Arrays
|
|
[7 replies] Last: [quote=Arslan7041]This can't be a coincidence. I just ran the program,... (by Peter87)
|
by LayMuon
Problems with solutions for C++
|
|
[4 replies] Last: C++ books with practice exercises: Beginning C++, Ivor Horton Problem ... (by anup30)
|
by jhykima
Recursion
|
|
[3 replies] Last: #include<iostream> int pow(int base, int p) { if (p == 0) return 1;... (by closed account owCjz8AR)
|
by ncrawley
input from ./a.out <filename> command
|
|
[1 reply] : ifstream does not have a .c_str() member. You are probably want a ... (by MiiNiPaa)
|
by Kreadeth
cmath pow
|
|
[1 reply] : It's problematic to compare with floating point numbers. See: 4.00000... (by coder777)
|
by GreenTea1984
Need help with vector array example
|
|
[1 reply] : Are all three of these values in this vector array 100? Exactly. Read... (by coder777)
|
by kojiro2000
HELP WITH MY BACKTRACKING OF SUDOKU
|
|
[no replies]
|
large double values from text file |
|
[2 replies] Last: You are awesome thank you so much! (by chalupabatman)
|
by Scythifuge
Array of pointers - sort
|
|
[11 replies] Last: I was working on the next two modules as I am still confused by all of... (by Scythifuge)
|
by makkz
Inheritance
|
|
[1 reply] : it's been long time since i did inheritance and little practice i did ... (by koopey)
|
by LayMuon
Operator to tell the type
|
|
[3 replies] Last: thanks. (by LayMuon)
|
by Winsu
Nest try-catchs
|
|
[8 replies] Last: And I'm not sure If what I'm saying has logic or not...but according t... (by Winsu)
|
by Theultigamer
Rounding Numbers - Ceil & Floor
|
|
[3 replies] Last: Integral types cannot store fractional values. Thus, the fraction is d... (by keskiverto)
|
How does this code find the center element in a vector? |
|
[4 replies] Last: @Fr0zen1 Oops - forgot about ctrl-Z But still think it's a poor form... (by andywestken)
|
by wrymn
Please, give some advice
|
|
[3 replies] Last: For both. Follow the "Principle of Least Privilege". Give a method o... (by Little Captain)
|
by Adeelpak
Coding understandings by comments
|
|
[6 replies] Last: A definition is always a declaration, but not vice versa. definition ... (by andywestken)
|
by TheToaster
Template Question IMPORTANT!!
|
|
[4 replies] Last: Thank you. (by TheToaster)
|