Code Analysis/Critique (1,2) |
|
[31 replies] Last: The hard part for me is finding something to DO with it on a daily ba... (by closed account E0p9LyTq)
|
by yeetoneem
Help using the sin function?
|
|
[3 replies] Last: Did everything you said and it's running perfectly. Thank you! (by yeetoneem)
|
by nicolas9511
Nested loops think process assistance
|
|
[8 replies] Last: "!" represent the factorial of the number (by nicolas9511)
|
by ramp00
Value of class elements
|
|
[2 replies] Last: Thanks! (by ramp00)
|
by Dum
Manhattan Rectangle
|
|
[3 replies] Last: I thought that topic title looked familiar.. (by H00G0)
|
by jmason17
Online tutors
|
|
[1 reply] : Well what follows is purely personal opinion. I don't think you need ... (by H00G0)
|
by yogsotherist
Problem with solving pythagorean triple problem
|
|
[2 replies] Last: In C++, a^2 isn't a2, it's a XOR 2 *face palm* https://tenor.com/vie... (by H00G0)
|
by Monzaku
How do I stop a thread?
|
|
[8 replies] Last: But how would I know when to start it again when it exits? (by Monzaku)
|
by theredp
Adding to maps by a function
|
|
[3 replies] Last: theredp, Before I answer your question about messy output caused by y... (by mpark4656)
|
by senkovlad16
removing duplicates in array
|
|
[2 replies] Last: Thanks I got it to work! (by senkovlad16)
|
by Jeff Waldrop
What is the best IDE for a beginner?
|
|
[7 replies] Last: Don't any other IDEs other than Visual Studio take care of the CMAKE f... (by Satan)
|
by usmannazir
Values changed in previous arrays without intention
|
|
[5 replies] Last: My code is quite complex so it is not possible to put it here and exp... (by closed account E0p9LyTq)
|
by Houd
Why a Valid System Call Won't In C++
|
|
[5 replies] Last: @Houd, try this: system(R"(C:\VulkanSDK\Bin32\glslangValidator.exe ... (by dutch)
|
by Alex009988
How to count lines of cout? (1,2,3)
|
|
[43 replies] Last: very nice work. A much better form than mine :( (by jonnin)
|
by SilentXwing
if statement/logical operators
|
|
[4 replies] Last: char IS a number, but its not the number you thought it was. Its an i... (by jonnin)
|
by A Meow Cat
digits are really problematic
|
|
[7 replies] Last: I could render the number on screen in a fixed-width font, measure its... (by Repeater)
|
by nick372060
"class" c++
|
|
[4 replies] Last: I figured it out :) Thank you for Helping me :) #include <iostream>... (by nick372060)
|
by yat89
Sum of 2d vector
|
|
[7 replies] Last: Hi mpark4656 , thanks a lot for your help and patience in teaching me... (by yat89)
|
by A Meow Cat
What is wrong with the '}'?
|
|
[7 replies] Last: If not the first 5 mins of this vid'll get you started: Only if yo... (by jlb)
|
by Rbuen4455
How to view a specific lines of code from a text file
|
|
[6 replies] Last: This is what I have so far (I deleted some parts (where there are "...... (by Rbuen4455)
|