by wyj216
Should I use vector or just double array?
|
|
[6 replies] Last: > Somebody said that std::valarray is an unsuccessful class, and it's ... (by JLBorges)
|
by yevo
Error: expected unqualified-id before '.' token
|
|
[3 replies] Last: Thank you. Peter87 and minomic. (by yevo)
|
by Natba51
need help for string condition whit a while
|
|
[4 replies] Last: cin may represent not only a keyboard but also a f.e. a disk file or... (by tcs)
|
by jgmagalona
Rotating Sentences
|
|
[4 replies] Last: Yes I know... I left that part to you and showed just how to print the... (by minomic)
|
by srango
c++ memory allocation question?
|
|
[5 replies] Last: in that case, what does the parameter "base" mean in create_range_all... (by cire)
|
by msaeternal
Matrix allocation, initialisation and deallocation
|
|
[4 replies] Last: You haven't "solved it." You've only made it compile. The code is st... (by cire)
|
by atakanarikan
c++ function does not update a class' variables in recursive call
|
|
[1 reply] : http://www.eelis.net/iso-c++/testcase.xhtml (6. Make sure your testcas... (by ne555)
|
by ustulation
casting to rvalue
|
|
[3 replies] Last: Expressions can be l-/r-/x-values, but cannot have a reference type Ob... (by Cubbi)
|
by kalisto2002
Having problem with maps/logic
|
|
[1 reply] : ended up fixing this by adding a vector to monsterClass to hold a list... (by kalisto2002)
|
Bipartite graph |
|
[2 replies] Last: Thanks Cire . I got the problem. (by ankur12106037)
|
by reefrocks
Help with making an automated response genreator
|
|
[11 replies] Last: What do you mean by "address this case"? Are you referring to gener... (by AbstractionAnon)
|
by happy7777
Help me with my coursework. PLEASE!
|
|
[1 reply] : I would recommend using objects instead of structs. Structs are a bit ... (by Sh0es)
|
by Sh0es
Indefinite User Input Loop
|
|
[8 replies] Last: Oh I use proper IDEs. I was just using IDEone for unit testing and dev... (by Sh0es)
|
by bhavathi
This pointer
|
|
[1 reply] : #include <iostream> #include <type_traits> struct A { // ... ... (by JLBorges)
|
ofstream and fltk |
|
[no replies]
|
by jared181
Numbers question
|
|
[7 replies] Last: > When the Window Size is Max, the Start and End Pointers will differ ... (by JLBorges)
|
by Sh0es
Object Destructor Throwing SIGSEGV
|
|
[19 replies] Last: On a side note... is there any reason you aren't just using vector? I... (by Sh0es)
|
design our own container |
|
[1 reply] : https://gcc.gnu.org/onlinedocs/gcc-4.6.3/libstdc++/api/a01115_source.h... (by poteto)
|
by John432
Size of struct program
|
|
[1 reply] : Use vectors if the array size is dynamic. If it's not dynamic, then ju... (by poteto)
|
by rahimpaul4
integer array
|
|
[1 reply] : Hi, try to write two nested for loops (one for the rows and one for th... (by minomic)
|