by DavidTDC
Adding to a number's figures for it to become a palindrome
|
|
[1 reply] : If I were you I would put the chars in a std::string or a char array a... (by ajh32)
|
by xenovia12
header file and cpp's
|
|
[3 replies] Last: > do i really need to include cpp files on main function? no, don't in... (by ne555)
|
by Tenom722
Palindromes Help
|
|
[4 replies] Last: I know what a for loop is... but is char c : str == char c = str ? (by Tenom722)
|
by Marrern
Done, but where do i go?
|
|
[3 replies] Last: Thanks, i will :D (by Marrern)
|
by xenovia12
reference array
|
|
[5 replies] Last: [quote=Lorence30]i see, the var name should be also inside the () and ... (by Peter87)
|
How can I assign an address to a pointer that is a member of a structure? |
|
[8 replies] Last: Had same problem. Thanks a lot. Now try to fix. (by fireglow)
|
by jhykima
Question about #include "something.h"
|
|
[1 reply] : .h files contain the "declaration" of functions or classes .cpp files ... (by Nezar)
|
by jhykima
Relational Operators and Arrays
|
|
[4 replies] Last: Thank you guys. Very helpful. I see my mistake now. (by jhykima)
|
by phztfte1
Error Line 31
|
|
[5 replies] Last: Thank you all for your response. I feel honored to receive the attent... (by phztfte1)
|
by Doctor1988
Select and Perform Math Option
|
|
[11 replies] Last: Your code works. All you have to do is put it in a void function, then... (by Sweats)
|
some mistakes |
|
[1 reply] : Hi, [code firstline=55]int cenfun(int arrX , int arrY , int size) { ... (by TheIdeasMan)
|
by Theisar
Reading and writing TXT file
|
|
[11 replies] Last: I actually recommend a few changes: #include <iostream> #include <f... (by jlb)
|
by PapaSmurf
Need help with an error message while using asctime_s
|
|
[5 replies] Last: I really don't understand what you don't understand (from the page you... (by jlb)
|
by TheHardew
Avoid returning dynamic arrays from functions?
|
|
[10 replies] Last: Ok thanks, I'll use string and wide string, or just return smart point... (by TheHardew)
|
by skorefish
templates+member function pointers, please help...
|
|
[1 reply] : foo <int>* da = new foo <int> (15) ; //da ->showRec... (by skorefish)
|
by Lee125
Array one dimension
|
|
[1 reply] : Here is a hint: #include <iostream> void status( const char * name, ... (by keskiverto)
|
by AHMEDiii
one dim array - smallest element & index
|
|
[1 reply] : int s; // s = size number int index = 0; int array ; ... (by Yanson)
|
by xenovia12
pointers
|
|
[7 replies] Last: Smart pointers: search with that term or look at the "managed pointers... (by keskiverto)
|
by Braksnen
Using a word in C++
|
|
[2 replies] Last: I'm not going to lie, it's a little disappointing that the solution wa... (by Braksnen)
|
by AHMEDiii
Sum function
|
|
[5 replies] Last: I will check enshallah Anyhow thank u 4 your effort (by AHMEDiii)
|