by mzimmers
initializing const char array
|
|
[8 replies] Last: You're really not providing enough information to get any meaningful a... (by jlb)
|
Server Certificate Invalid or not present error |
|
[no replies]
|
Difficulty renewing my Visual C++ compiler |
|
[7 replies] Last: Thanks. Revising my program for the 22 compiler has proved to be a lon... (by Anthony Appleyard)
|
invitation to hunt_the_wumpus refactoring |
|
[13 replies] Last: Attempted this myself, obviously it's heavily based on @nuderobmonkey'... (by mbozzi)
|
by saltyyyyy
sorting and display char array
|
|
[8 replies] Last: Thank you, everyone! I had solved it! (by saltyyyyy)
|
Compiler incompatibility |
|
[6 replies] Last: The compiler settings are set to use wide-char as default (hence the W... (by seeplus)
|
by fcoder0
How to find the places of a certain character in a text?
|
|
[1 reply] : Use a for loop; if str == '0', print i. Tutorial on control structur... (by Ganado)
|
C++ vector programming help |
|
[15 replies] Last: Please do NOT delete your question once you've gotten an answer. It m... (by MikeyBoy)
|
by volang
Compute a signature with private key in Server Key Exchange
|
|
[4 replies] Last: text files are a subset of binary files that only allow printable char... (by jonnin)
|
by s021623
c++ array problem input and sub menus, assignment is due really soon (1,2,3)
|
|
[41 replies] Last: @kbw Tried to follow your advice but still cant figure out how even wh... (by s021623)
|
by Nitetesi
Class pointer weird ass error
|
|
[5 replies] Last: Ohh i actually thought of that before but i didn't even try. Thanks (by Nitetesi)
|
by prog2222
DES with CBC
|
|
[5 replies] Last: Off hand, DES is so insecure that triple DES (running it 3 times) is ... (by mbozzi)
|
C++ 20 Pointer Declaration |
|
[19 replies] Last: The definitive answer is in the language grammar: https://eel.is/c++dr... (by mbozzi)
|
by Sruthi04
Ray sphere intersection
|
|
[1 reply] : Sruthi04 (1) I would need to create a ray sphere intersection in C++.... (by jonnin)
|
by ocKiNOsIi
pointers
|
|
[4 replies] Last: thank you for those links I figured it out now (by ocKiNOsIi)
|
by hubmos29
tax calculation float functions c ++
|
|
[1 reply] : > create below functions however I have no idea how to create them her... (by ne555)
|
by JoelRyanLee
Ascending Order
|
|
[4 replies] Last: Possibly: #include <iostream> #include <algorithm> #include <random... (by seeplus)
|
by SSyvOO
Fahrenheit To Celsius
|
|
[3 replies] Last: Please use code tags when posting code. See http://www.cplusplus.com/a... (by keskiverto)
|
by jessiej6
A grade calculator. Everything works fine EXCEPT it does NOT display all the courses and grades average is off.
|
|
[3 replies] Last: You need 2d arrays to store the subject names/scores for all the stude... (by seeplus)
|
by lablnet01
How else-if and else executing at same time
|
|
[3 replies] Last: ok. I suspected as much, but as I said, fork() is a distant memory t... (by jonnin)
|