by TheToaster
Template deduction guide for std::array
|
|
[4 replies] Last: Thank you. (by TheToaster)
|
by ElleJay
Floating point division in Stacks
|
|
[4 replies] Last: Thanks a lot. I thought I wasn't understanding the syntax but it was j... (by ElleJay)
|
by senorGoat
Book shop Program (1,2)
|
|
[21 replies] Last: You still still not reading from the file correctly. You have your i... (by fiji885)
|
by aceadams
DFS Algorithm consistently finds path with less vertices than maximum
|
|
[2 replies] Last: @helios, my code gives 3 for the sample case above, and that is the ri... (by aceadams)
|
by Fasanor
Read a single value from a file
|
|
[4 replies] Last: i need the number which is on the third line and the second column R... (by deleted account xyzzy)
|
Exam help. I have to solve a problem I have to solve and I do not how to |
|
[4 replies] Last: Thanks guy I was overthinking the problem greatly. It's just simple us... (by mollywhoppinRBG)
|
by mk7mew
Help asking user if they want to run the program again [HELP]
|
|
[1 reply] : while(true) { // start asking how many judges for the compe... (by TheToaster)
|
by dbabo
Proper code design
|
|
[4 replies] Last: yes, it was clearly wrong. Thank you for pointing out. The code works... (by dbabo)
|
Review |
|
[1 reply] : Hi, The returns seem to work perfectly, I would just indent the code ... (by yup2)
|
quick question |
|
[4 replies] Last: Will it make a difference if i change return false; to break;? (by closed account 93v5LyTq)
|
guessing game loop help |
|
[10 replies] Last: Most often an example is the best way of explaining something most cle... (by TightCoderEx)
|
by dune
[SOLVED] How to Package the Final Product?
|
|
[2 replies] Last: Inno Setup is nice. I'm on YouTube, now, watching how to use it. Tha... (by dune)
|
by Wu zhen hai
graph algorithm
|
|
[6 replies] Last: if you can solve it, help me. You just need to give me some documents,... (by Wu zhen hai)
|
by Ovid
How to make the character size square
|
|
[3 replies] Last: Thank all of you for your help : ) (by Ovid)
|
by H4X0R46
Finding the largest number in a file.
|
|
[4 replies] Last: #include <iostream> #include <fstream> #include <sstream> #include <i... (by lastchance)
|
by ocelot0062
Replace any space ' ' by '_' in 2-character string passCode. Sample output for the given program:
|
|
[19 replies] Last: iterating through a sequence of characters using an index is out of d... (by mbozzi)
|
by fewdiefie
game emtities container
|
|
[5 replies] Last: First, why do you repopulate the map each frame? Surely you don't rete... (by helios)
|
by kbklpl21
Installing a later compiler for Dev C++
|
|
[12 replies] Last: There will be "teething" problems as you learn how to beat into submis... (by deleted account xyzzy)
|
by rgd
Conversion of C++ based legacy program
|
|
[3 replies] Last: Modernizing legacy C++ code is not for the faint of heart, or someone ... (by deleted account xyzzy)
|
by fewdiefie
glUseProgram
|
|
[2 replies] Last: I somehow managed to fix the error by rewriting the entire shader clas... (by fewdiefie)
|