by wunderbred
standard library or boost
|
|
[2 replies] Last: Hi JLBorges, Thank you very much. Thats what I was hoping to hear, I ... (by wunderbred)
|
by bhasler93
Help with Program
|
|
[4 replies] Last: Simply construct a loop that looks at each character. Then for each c... (by axtyax)
|
Library implementations (i.e lists, arrays) |
|
[2 replies] Last: The Microsoft CRT source is provided with Visual Studio; check out the... (by andywestken)
|
by technologist
can't access constructor vars
|
|
[11 replies] Last: Thx! (by technologist)
|
by ShankRam
Picking all possible cases.
|
|
[6 replies] Last: Yeah. I just checked it out. It works. Thanks for the solution! (by ShankRam)
|
by pacman169
Strpbrk function
|
|
[5 replies] Last: Hi, Why not just use brute force? If you would know how to use it, I ... (by pacman169)
|
by Gyiove
Creating your own std::vector like class from scratch (1,2,3)
|
|
[42 replies] Last: First of all that operation probably won't trigger reallocation at all... (by MiiNiPaa)
|
by cppnoob25
Binary tree remove function
|
|
[13 replies] Last: and min() int BinaryTree::min() //public { return min(root); } ... (by johnny cash)
|
by dolle39
Best practices for checking valid input in OO design?
|
|
[2 replies] Last: It is a good idea to make constructor check invariants. If constructor... (by MiiNiPaa)
|
by anhnha
Pointer to x or y element of CPoint
|
|
[3 replies] Last: What is the pointer to the second member (y) of the array? Pointer t... (by MiiNiPaa)
|
by Abdullah507
loop until correct added
|
|
[1 reply] : When you input characters, cin>>number tries to read it. However it ... (by MiiNiPaa)
|
by noaboa
Problems with getting string
|
|
[6 replies] Last: Thanks for the help (by noaboa)
|
by memouz
pass string to DLL
|
|
[11 replies] Last: Thank you mr Gamer2015 I use windows 7 I tried that but that text I s... (by memouz)
|
by nicode
GNU libstdc++ custom std::codecvt linker error
|
|
[2 replies] Last: Many thanks for the comments. But your example code derives from the e... (by nicode)
|
by kakashi07
Replacing letters in a string(A with Z; B with Y; C with X; D with W; etc)
|
|
[3 replies] Last: It seems like you are replaceing one letter at a time (all A to Z, the... (by MiiNiPaa)
|
by sdubs177
How many constructors are in the person class above?
|
|
[2 replies] Last: How many constructors are in the person class above? Yeah, Five but ... (by Gamer2015)
|
by st3pha
Cin inside a function inside a process looping
|
|
[no replies]
|
by sdubs177
Output of this code snippet?
|
|
[2 replies] Last: Actually, as it stands, there will be no output. If you click on the l... (by andywestken)
|
by bishoposiris
time.inl and error C2664
|
|
[1 reply] : If anyone cares I figured out the answer to this problem. You can sol... (by bishoposiris)
|
by namanarora
Installing matpack C++ library
|
|
[no replies]
|