by kikiali
Copying and modifying an array
|
|
[3 replies] Last: Thanks!! Finally working. (by kikiali)
|
by saucefamdad
ATM program for school
|
|
[6 replies] Last: thanks, turns out i needed to put the functions at the bottom. moved t... (by saucefamdad)
|
by SunriseK
How to show an image?
|
|
[12 replies] Last: I will present a counter viewpoint to Furry Guy's post (not trying to ... (by Ganado)
|
by solo88
first program
|
|
[1 reply] : Without using windows.h: #include <iostream> #include <thread> #inc... (by seeplus)
|
by Awesomeness
push_back error
|
|
[2 replies] Last: As one file which compiles with no errors (but with warnings): #inc... (by seeplus)
|
by NiceS
The search function only work for the first code and anycode after the first is deemed as the item not found
|
|
[7 replies] Last: Thank you all for the help the problem have been fixed. Have a nice da... (by NiceS)
|
by NewGuy76
week 2 of learning to program
|
|
[3 replies] Last: Hello NewGuy76, If this is a class assignment it really helps to post... (by Handy Andy)
|
by ejulien18
read a binary file and place into a linked list
|
|
[3 replies] Last: will read a binary file and place the information into an ordered lin... (by seeplus)
|
by Brian845
std::is_permutation to isnot_permutation
|
|
[4 replies] Last: THANKS!!! Appreciate it! Brian (by Brian845)
|
by rezy3312
Hangman program (1,2)
|
|
[23 replies] Last: Yep, I know they have a version for Mac but yeah, like you said it doe... (by JRManx)
|
by Spauli
How to print a beautiful matrix?
|
|
[11 replies] Last: Thanks man (by Spauli)
|
by Gamesational
Future Release Question
|
|
[3 replies] Last: If a release of C++ was released in 2098 I can't wait! 100 years of... (by mbozzi)
|
by uplife1980
Question about fstream class and line break
|
|
[10 replies] Last: Just remember to always test after a file operation, not before. ge... (by seeplus)
|
by bstroe
Numbering from 1
|
|
[3 replies] Last: Using c-style string: #include <iostream> #include <cstring> using... (by seeplus)
|
by missesIrby
Could anybody please tell me why this programme won't work
|
|
[3 replies] Last: Thank you a lot! I really appreciate this :)) (by missesIrby)
|
Initializer and declaration error |
|
[4 replies] Last: Thank you. you people are amazing! i appreciate it. (by somecuriousguy)
|
by jwilson2
Programming Assisgnment Help
|
|
[4 replies] Last: #include <iostream> #include <sstream> #include <string> #include <ct... (by lastchance)
|
by mpg
Polibio cryptography with c++
|
|
[6 replies] Last: That code you found on the internet isn't even correct. It converts i ... (by dhayden)
|
by kg88
Trying to use a set to generate a list with nonduplicate words( ascending). It works until list needs to display in console.
|
|
[12 replies] Last: Thank you so much! That is exactly what the problem was. Thanks Furry... (by kg88)
|
by crueltyfree
Aggregation and composition
|
|
[2 replies] Last: Yes, you are right, Ganado! It wasn't a good isea to make it static. W... (by crueltyfree)
|