by psosmol
100 objects
|
|
[6 replies] Last: Every individuo have random sctrings of fact and strings ... Is tha... (by keskiverto)
|
by Stef12121999
Pointer Problem
|
|
[1 reply] : All you have at the moment are pointers to local variables. You need ... (by salem c)
|
by kenken
Runtime error. Terminate called after throwing an instance of std::length_error
|
|
[2 replies] Last: Thank you Jonnin. I made the function CreateA() as a void function and... (by kenken)
|
by kyrresc
Iterators
|
|
[14 replies] Last: If you are looking to insert elements, that takes a little more work.... (by dhayden)
|
by blackstar
isspace issue
|
|
[3 replies] Last: Thank you both, was so simple i cant belive i overlooked it. :) (by blackstar)
|
by ramp00
Problems with "||" operator
|
|
[5 replies] Last: #include <iostream> #include <vector> #include <algorithm> using name... (by lastchance)
|
by JayGln
Dynamic array access violation
|
|
[12 replies] Last: There's also no point in resetting values after something is destructe... (by Ganado)
|
by Alb13G
trouble with sub/add negation function
|
|
[3 replies] Last: Thanks Guys Got it! Appreciate the help (by Alb13G)
|
"VectorName" was not declared in this scope..? |
|
[1 reply] : Closed. ... Missed one case letter. :P (by PiggiesGoSqueal)
|
by Stauricus
reading text file to vector os objects
|
|
[5 replies] Last: hi! thanks everybody for the answers! so, then i noticed that the err... (by Stauricus)
|
by ames1951
Won't output to file
|
|
[11 replies] Last: Thanks for the input! This gets me going in the right direction (by ames1951)
|
Cannot Read & Store Data From File |
|
[7 replies] Last: Thanks for your reply @ne555! Sorry for my late reply. > ‘readFil... (by PiggiesGoSqueal)
|
by nowy20180820
Segmentation fault
|
|
[15 replies] Last: It looks like the OP's code is a direct port of the Pascal program in ... (by dhayden)
|
illuminating use of destructors |
|
[5 replies] Last: > Yea, if Derived has a virtual dtor, it would be called. wrong if Ba... (by ne555)
|
by wrah261
Not work
|
|
[1 reply] : You seemed to already have a thread on the same program: http://www.cp... (by keskiverto)
|
by TredEsty
Sleep alternatives
|
|
[6 replies] Last: Use the <thread> libraries to do it, as salem c and Furry Guy poin... (by Duthomhas)
|
by wuwy
How to return struct array from function
|
|
[5 replies] Last: With object parameters one has by value and by reference (&): voi... (by keskiverto)
|
by cash
overload operaror <<
|
|
[2 replies] Last: You should use the overload operator << so that the printing of the v... (by keskiverto)
|
by FreeSocks
Counting Sort
|
|
[16 replies] Last: @Duthomhas. Thank you very much for your solution. This solutions ar... (by FreeSocks)
|
Function overloading |
|
[3 replies] Last: Tiny mistake. On line 37, I said to use "while(choice > 0 && choice < ... (by zapshe)
|