by mainecat
How to handle C-style Strings
|
|
[4 replies] Last: Yes, this does look more thematic. I've never used char** , so now I ... (by mainecat)
|
How can I use and emtpy 2-D array as a function argument? |
|
[9 replies] Last: [quote=tpb]It would be possible to write just one operator<< template ... (by closed account E0p9LyTq)
|
by Eddy1501
Repeate code a set number of times (Urgent)
|
|
[5 replies] Last: I think I may look at them all, and in the doing trying to understand ... (by Eddy1501)
|
by RslWlsn3
How to convert string to char* and pass it without it getting deleted on the stack
|
|
[14 replies] Last: Without knowing anything about g2, it sounds as though there's some ki... (by MikeyBoy)
|
by drewdizzle92
Pokemon game project
|
|
[2 replies] Last: Use a game engine for this project. If you really insist on just codi... (by Manga)
|
by RslWlsn3
Run-Time Check Failure #3 - The variable 'GsiReturnObj' is being used without being initialized.
|
|
[8 replies] Last: Thanks tpb, that is very helpful! (by RslWlsn3)
|
by Dani90
find all possible permutation using backtracking algorithm
|
|
[3 replies] Last: Are you wanting to print out all possible permutations? That quickly ... (by Manga)
|
by Mc Daniel
PAV CALCULATOR (P=PERIMETER, A= AREA, V= VOLUME)
|
|
[4 replies] Last: add a case for an exit code, and change the loop logic to end if the u... (by jonnin)
|
by smarkus
clothing size project
|
|
[1 reply] : > however, I don't get the complete decimal don't understand your issu... (by ne555)
|
by Unrepeatable
custom operator / in my string
|
|
[1 reply] : You need to use bool: } String operator/(String kek) { //Operator '... (by coder777)
|
by vandita
minimum time after which line segment connecting points P and Q does not intersect the sphere
|
|
[2 replies] Last: @vandita, The logic that you are trying to implement is fine: this is... (by lastchance)
|
by nearc
skip line
|
|
[7 replies] Last: [quote=nearc]I'm getting errors no matching function call to max() and... (by Peter87)
|
by bestblueever
Reading and Writing to a file.
|
|
[1 reply] : Using files. http://www.cplusplus.com/doc/tutorial/files/ (by Thomas1965)
|
by jamos
2 Player Battleships Game
|
|
[17 replies] Last: int main(){} //While Loop Here void initBoard(char board ){... (by H00G0)
|
by smarkus
Wrong calculation
|
|
[2 replies] Last: There are return statements, one in each function. For example: dou... (by JLBorges)
|
by justStarting
Loop with a Y/N (continue/end)
|
|
[3 replies] Last: I figured it out.. "choice" needed to be a char not an int. A few bro... (by justStarting)
|
by Nashogon
Taking values out of a function to use it in another?
|
|
[8 replies] Last: the standard hand-rolled algorithm for highest is just this simple loo... (by jonnin)
|
Invalid use of non static data member : Working With 2-D Char Arrays |
|
[3 replies] Last: @adam2016, It gives me a "invalid use of non-static data member" error... (by tpb)
|
by mainecat
libstdc++-6.dll SIGSEGV
|
|
[4 replies] Last: Hi Repeater, thank you again for your help...and good call on noticing... (by mainecat)
|
by newintern
Compare
|
|
[1 reply] : The value is not important. It may not be the same value on all compi... (by jonnin)
|