by homing
Pointers,References,Smart Pointers
|
|
[5 replies] Last: Well when I use pointers i just use them like -> string name* = &othe... (by mutexe)
|
by zoso
using variable in the "pow" function
|
|
[5 replies] Last: k (by closed account 1CfG1hU5)
|
by Lowest0ne
Aliasing member variable names
|
|
[3 replies] Last: C++ does not have such facility. So you have to emulate it. Honestly, ... (by MiiNiPaa)
|
by Ispil
Bizarre SegFault
|
|
[7 replies] Last: Yeah, I realized that for what I'm doing, there are already much bette... (by Ispil)
|
Quick question on continue (1,2) |
|
[21 replies] Last: spare me the technical bs. You're on a forum where it pays to be te... (by cire)
|
can "endl" be changed to end line twice? (1,2) |
|
[27 replies] Last: whatever a #define is called, someone posted don't use a ";" with #def... (by closed account 1CfG1hU5)
|
by YEUNG
how to make this , i have no idea about nested loop
|
|
[2 replies] Last: Modular arithmetic to the rescue, make use of the % function. (by closed account 48T7M4Gy)
|
by Drew214
Hey guys need some help!
|
|
[2 replies] Last: THANK YOU !!!! <3 (by Drew214)
|
by fercasti
Help me move pieces in a checkers game.
|
|
[no replies]
|
by santix
function argument
|
|
[2 replies] Last: I use C++ in Code::Blocks. Ok, I'll try to slowly understand the ans... (by santix)
|
new function for getch()? |
|
[no replies]
|
by sultan1985
how to read struct from binary file??
|
|
[10 replies] Last: This is Complete file and really i want decompress it. https://www.me... (by sultan1985)
|
by Dark Goomba
Deleting Vector of Pointers
|
|
[5 replies] Last: The advice on std::shared_ptr and std::unique_ptr are really usefu... (by Dark Goomba)
|
by toast9
passing pointer into template function
|
|
[4 replies] Last: Try using T* list , as you are passing pointers to arrays. Or is that... (by Zhuge)
|
by csstudent123
Exception handling class syntax
|
|
[7 replies] Last: I think the title of the topic was a mistake. (by LB)
|
by sammweout
need help
|
|
[5 replies] Last: #include <iostream> #include <math.h> #include <string> using name... (by closed account 1CfG1hU5)
|
by cofresi91
Help me with this please is for tomorrrow
|
|
[9 replies] Last: this are the classes to use in this program (by cofresi91)
|
c++ help |
|
[1 reply] : This should do it: std::string standard_format = name.substr(name.f... (by ResidentBiscuit)
|
by Jweim
If/Else statement; Expected Expression Error
|
|
[5 replies] Last: @tipaye, that worked perfectly! thank you! (by Jweim)
|
by muthu21
for those who used C4Droid app on their Android phone?
|
|
[1 reply] : For small programs, like learning exercises, it is permissible to incl... (by doug4)
|