by stoneJax
Recursion
|
|
[15 replies] Last: Thanks again! (by stoneJax)
|
by advancedip
string sorting
|
|
[1 reply] : Strings are compared lexicographically. [quote=cppreference]Lexicograp... (by mbozzi)
|
by Greenboba
Library inclusion issues
|
|
[1 reply] : What do you mean by the header file? Do you include that file in eve... (by dutch)
|
by ramimontagna
Error on Sokoban code
|
|
[1 reply] : What exactly do you think this is testing? if (x != 8 and cx != (x ... (by dutch)
|
by notacoder
what is the pattern to be followed
|
|
[2 replies] Last: > Please tell the approach How many chess boards have you drawn on pa... (by salem c)
|
I think I have declared and implemented these booleans wrong |
|
[13 replies] Last: I don't, and that is why I didn't mention it earlier. My last post was... (by Peter87)
|
by ICantC
basic string class
|
|
[5 replies] Last: [quote=ICantC]Yeah I'm still going to use std::string for everything, ... (by deleted account xyzzy)
|
DevC++ graphics.h |
|
[3 replies] Last: [quote=salem c]Borland Graphical Interface belongs in a museum, and yo... (by deleted account xyzzy)
|
by mpg
Power recursion
|
|
[8 replies] Last: true, you have to add if both are zero check. good catch, but you can... (by jonnin)
|
by Pecvx
const member functions
|
|
[5 replies] Last: For class types and references there is a difference: struct Bar { ... (by keskiverto)
|
by Ivitoh
Jump to a specific string of a list<string> (1,2)
|
|
[20 replies] Last: Okay... What I have done so far.. bool AYED2019::operaciones(vector<s... (by Ivitoh)
|
by Shibitto
Can you help me with this exercise thank you
|
|
[4 replies] Last: I never really understood gallon conversation Bean counter disappr... (by MikeStgt)
|
Returning an array of type struct |
|
[4 replies] Last: Thanks Repeater, the same code is very helpful (by crimsonknight166)
|
by hnkwana
solve congruency
|
|
[6 replies] Last: thank you so much, I understand it now (by hnkwana)
|
by lost110
Exceptional handling simple program
|
|
[8 replies] Last: Thanks a lot Enoizat! (by lost110)
|
by notacoder
Approach for the question
|
|
[6 replies] Last: I have got partial marks. What is the logic of getting All AC ? please... (by lucifer21)
|
by jamesfarrow
breaking code into functions
|
|
[3 replies] Last: #include <iostream> #include <vector> #include <iomanip> // functio... (by JLBorges)
|
by mercedx
lottery program with function
|
|
[2 replies] Last: I see that now, removing the brackets doesnt work either and i am not ... (by mercedx)
|
by Fortem
Database in c++
|
|
[3 replies] Last: Second on Duthomhas. MySQL has been a staple for a long, long while, ... (by Niccolo)
|
by AxA
what is the difference between these 2 types of initializing an integer?
|
|
[3 replies] Last: In such a short example you cannot spot any difference, but the unifor... (by Enoizat)
|