by Davazoid
How to create a Save/Load function for a text based game
|
|
[2 replies] Last: you have to save your rooms if they change, eg if room 3 has a pile of... (by jonnin)
|
by jo8et
C++ libraries...!
|
|
[7 replies] Last: C++ already has regex, no need to use the boost one. According to th... (by thmm)
|
by JamieAl
How to print an std::vector in a file: error
|
|
[11 replies] Last: @Furry Guy I see, but it's a bit complicated. I am sort of benchmarkin... (by JamieAl)
|
by trmbeef
Showing the ranks of certain elements in an array.
|
|
[3 replies] Last: Efficiency aside, your design is difficult to implement without a var... (by jonnin)
|
by Silver29
Arrays are not them...
|
|
[7 replies] Last: #include <iostream> using namespace std; void Matrix3x3(int mat1 )... (by seeplus)
|
by Shinime
while loop won't print file content in the console
|
|
[5 replies] Last: https://www.cplusplus.com/reference/ostream/basic_ostream/tellp/ Use t... (by salem c)
|
by hank212121
Converting cents to dollar with $D.CC form where dollar can have many columns but cents have to have 2
|
|
[4 replies] Last: the formatters stick until you change one, don't need to repeat them. ... (by jonnin)
|
C:\Users\admin\Desktop\C++\collect2.exe [Error] ld returned 1 exit status |
|
[3 replies] Last: thank you so much for helping me. I will remember to double-check so t... (by beginnerzzzzz)
|
by jo8et
Insert variable directly into string
|
|
[5 replies] Last: Thank you (by jo8et)
|
by PhoenixS2020
how to move a decimal
|
|
[11 replies] Last: [quote=PhoenixS2020]I understand I could divide or multiply, but that ... (by lastchance)
|
by lmwbxr
Do While Error
|
|
[13 replies] Last: Are you sure about L38 in your update post??? (by seeplus)
|
by Anonomys
Can someone help me spot the error?
|
|
[5 replies] Last: From your code ; initialise sum to 0; ------ [line 8] the statements i... (by Daathwi)
|
fatal error: conio.h: No such file or directory |
|
[5 replies] Last: [quote=TeleMark]main idea in my question is is to solve the conio.h he... (by lastchance)
|
by Naqq
Asking a User for Addresses in Arrays
|
|
[17 replies] Last: L72 Address should be address! Also you can just do for L71/72 : a... (by seeplus)
|
by persades
search through array of objects
|
|
[8 replies] Last: Perhaps something like: include <iostream> #include <iomanip> #incl... (by seeplus)
|
by A man
Outputting multiple lines in file.
|
|
[1 reply] : L101. You can't test if an error occurred after you have closed the fi... (by seeplus)
|
by mark12345
Problem in calculation?
|
|
[2 replies] Last: Got it, thanksss. (by mark12345)
|
functions |
|
[9 replies] Last: See also http://www.cplusplus.com/forum/general/280282/ (by seeplus)
|
by Odemsloh
Replace Pixels from a bmp into another bmp file.
|
|
[2 replies] Last: http://easybmp.sourceforge.net/ Unless the whole point is to learn ho... (by Duthomhas)
|
bottom up heap construction |
|
[1 reply] : I'm not sure I understand your question. - Are you asking why the hep ... (by AbstractionAnon)
|