by whowhatwhy
Am I on the right track?
|
|
[15 replies] Last: #include <iostream> #include <string> #include <fstream> enum Enc_t... (by seeplus)
|
by Boogey
Terminating
|
|
[3 replies] Last: Hello Boogey, A few more suggestions: /*Author:(My name will be her... (by Handy Andy)
|
by chirumer
[code review] finding prime numbers
|
|
[18 replies] Last: I think truncation has a historical basis, which in turn, I believe, ... (by jonnin)
|
Open and Read file question? |
|
[4 replies] Last: you do not sound like you need a file at all so far*. it sounds like ... (by jonnin)
|
by rozick1
Iterate through function?
|
|
[3 replies] Last: I'm still surprised that more people arent excited about coroutines. ... (by mbozzi)
|
by ninetails99
How to Show a sentence using string function
|
|
[3 replies] Last: Hello ninetails99, As salem c suggested start at his link and check... (by Handy Andy)
|
by nomnomu
Derived class constructor error
|
|
[5 replies] Last: Thank you so much :D . It works perfectly now (by nomnomu)
|
Dont understand the code properly... |
|
[4 replies] Last: well... I get it now. Before it comes to line number 17, the words ent... (by janbaztaimoor)
|
by chirumer
[code review] mode of integers
|
|
[6 replies] Last: @lastchance Thoughtful! Thanks. (by chirumer)
|
by Luca4588
Very new to programming! Need help with a for loop not working.
|
|
[3 replies] Last: Thank you so much! After a bit of fixing it finally worked. I had trie... (by Luca4588)
|
Raptor FlowCharts |
|
[5 replies] Last: I did a 'net search on RAPTOR Flowcharts ( https://duckduckgo.com/?q=r... (by deleted account xyzzy)
|
by NMI21
Reading lines from txt file with calloc
|
|
[2 replies] Last: I think there is a way to directly read text into a c++ string... han... (by jonnin)
|
by Reverseit
how to get a specific text from string? #2
|
|
[3 replies] Last: I just now read my post again and I think I could've presented the iss... (by Reverseit)
|
by Amiplus
Class A members depends on Class B members: how to? (1,2)
|
|
[21 replies] Last: It sounds to me like the background object should be global. After a... (by dhayden)
|
by Cataclysm
Need help with a creation of student diary in C++
|
|
[2 replies] Last: In addition, once you have code to read from the file, create a functi... (by seeplus)
|
by NiceS
+2 instances overload
|
|
[4 replies] Last: If one goes to <algorithm>, then one could go to std::sort too: // So... (by keskiverto)
|
Can someone explain to me why my vector won't output? |
|
[11 replies] Last: I got it to work Note that "it works" is a frequent assumption. It... (by keskiverto)
|
Toggle, clear and set bits |
|
[9 replies] Last: My favorite is my Apple Magic Keyboard. I have used several other typ... (by JRManx)
|
by alexas
collision detection - need advice
|
|
[3 replies] Last: Are there any constraints as to where these cuboids can go? Use any co... (by Ganado)
|
by edogn12
Error with inheritance
|
|
[3 replies] Last: vs code is a poor tool. Try the real visual studio (2019 current) and... (by jonnin)
|