by passiontrip
Stopping a loop that takes an int with a letter
|
|
[4 replies] Last: A few good concepts here I'll give each a try just to learn different ... (by passiontrip)
|
by hasslersteph
Kargers Min cut algorithm
|
|
[2 replies] Last: Thanks a lot for your suggestion and information! I figured out a cou... (by hasslersteph)
|
by trumpler
did i get it right?
|
|
[1 reply] : To override something from Student, you must first inherit from Studen... (by Repeater)
|
by trumpler
was not declared in this scope
|
|
[2 replies] Last: Hello, shouldn't obj ( quaint name ) be a Person of type class Person ... (by mycuser)
|
by Stauricus
std::filesystem C++17 ?
|
|
[3 replies] Last: oops, i understand now. i didn't realize the string method was inside... (by Stauricus)
|
by sc7
how to optimze this code ? (1,2)
|
|
[20 replies] Last: @ne555 thanks for the help in this, I have learnt a very useful data s... (by sc7)
|
Array Sorting |
|
[4 replies] Last: still giving WA (by closed account 3UohqMoL)
|
by CGunn86
std::string vs. std::string_view
|
|
[5 replies] Last: Also, boost::string_view. (by helios)
|
by programmy
making initializer list work without parameters
|
|
[10 replies] Last: figured it out, all had to do is specify an int in the Mercury constr... (by programmy)
|
by Dovendyr
Reading scandinavian letters in strings
|
|
[2 replies] Last: Thank you, I get the principle I think... (by Dovendyr)
|
by jgialis
Validation for 2D Char Array Insertion
|
|
[2 replies] Last: #include <iostream> #include <algorithm> // UTF-8 box-drawing chara... (by tpb)
|
by terriblyNew
A problem with goto
|
|
[7 replies] Last: @Manga, I didn't notice it in main, but it's also declared globally. I... (by tpb)
|
How to do this type of question |
|
[3 replies] Last: why not simply use graph for connecting and bfs to see whether they ar... (by sc7)
|
by thx
Type Command Equivelant
|
|
[1 reply] : That looks close to: http://www.gotw.ca/gotw/048.htm (by keskiverto)
|
by passiontrip
Accessing arrays in a class
|
|
[3 replies] Last: You do not have to make the arrays static (by Repeater)
|
by sh4217
Vector pointed by iterator only recognizing one data submember
|
|
[3 replies] Last: You have other problems, and it can be simplified: void sortData(ve... (by tpb)
|
by crisel12
my program runs but keeps on crashing afterwards:(
|
|
[1 reply] : #include<string.h> #include<math.h> #include<conio.h> #include<iostr... (by Manga)
|
How to shift string character |
|
[1 reply] : That is not your question. That is your homework. (by keskiverto)
|
by DesmondLee
Max and Min Random Generate Number
|
|
[5 replies] Last: Here you have taken the wrong value which does not match according to ... (by shivkumar12)
|
by Jreyn
trying to load from file
|
|
[2 replies] Last: tpb, Thanks for the quick reply and getting me pointed in the right d... (by Jreyn)
|