by PuruSingh
expected ';' before int (help pls)
|
|
[3 replies] Last: I forgot to put ';' after std. Its solved now :D (by PuruSingh)
|
by grider67
Having trouble with business plan
|
|
[2 replies] Last: #include <iostream> int main() { // Need to enter the the total ... (by JLBorges)
|
by dhood55
Deactivating system navigation
|
|
[no replies]
|
by TimmyT
Avoiding long member initializer lists
|
|
[4 replies] Last: Hi, If there are too many parameters required for a constructor, that... (by TheIdeasMan)
|
by arielga96
Help pls. how can I enter characters without enter ?
|
|
[1 reply] : You probably need a function such as getch() from NCurses: https://w... (by RUNNER PRO AGARIO)
|
Const redeclared in main() with new value? |
|
[1 reply] : This is known as "shadowing". In the scope where you have created anot... (by Repeater)
|
number of possible permutations in arranging elements |
|
[2 replies] Last: https://www.codechef.com/COOK95B/problems/GOODPERM (by closed account LA967k9E)
|
by rynone
Multidimensional Array Pointer
|
|
[8 replies] Last: I've changed my code to follow tpb's example above and it gives me th... (by tpb)
|
by kik1116
Array of Pointers to Class
|
|
[3 replies] Last: I have one more question. I separated my Programm in cpp, hpp, and mai... (by kik1116)
|
File Handling : Getting One Extra Character! |
|
[2 replies] Last: It is because your first implementation tested the stream state after ... (by jlb)
|
by Nirit
std::vector
|
|
[1 reply] : // for (std::vector< int >::reverse_iterator rit=vec.rbegin();rit!=ve... (by JLBorges)
|
by kliu123
advice please
|
|
[1 reply] : You'd want to read in user input using a string instead of an integer ... (by Uk Marine)
|
by jplank
How to reference elements of a returned vector
|
|
[1 reply] : Normally you pass a STL container by reference or const reference sinc... (by Thomas1965)
|
by Lehti
Linked list nodes: pros and cons of each approach to writing them
|
|
[2 replies] Last: > Does anyone know of any other approaches to writing nodes? This is ... (by JLBorges)
|
by keweisbrod
Search function only works for the first object
|
|
[2 replies] Last: ah yes, That fixed it thank you! (by keweisbrod)
|
by facade
Having a hard time calculating percentages.
|
|
[1 reply] : percent is literally just a division by 100 of something. Generally ... (by jonnin)
|
by Donut
If Else If vs Switch
|
|
[5 replies] Last: I worked on the code some today after reading through some tutorials a... (by Donut)
|
by tyler21210
need help with some homework
|
|
[1 reply] : The keyword here is "calculate". You're not doing any calculations her... (by Lehti)
|
by justStarting
Pulling best/worst data from a file
|
|
[4 replies] Last: Yeah just caught. thanks for your quick responses. Its all working no... (by justStarting)
|
by H00G0
Issue reading from file.
|
|
[5 replies] Last: My bad, I was trying to access slots .Rect whereas I defined it as ... (by H00G0)
|