by Struglling84
What's wrong with my program? (Basic Function Calling)
|
|
[3 replies] Last: int randomQuestion(int correctanswer) { correcvtanswer is pased by... (by seeplus)
|
by Shruthi LS
Sets Equivalent in cpp
|
|
[8 replies] Last: if you need to remove dupes, using a set up front and never fooling wi... (by jonnin)
|
by darlock
using goto for game state machine (1,2)
|
|
[30 replies] Last: i have done state machines before, like simple character movement. jus... (by darlock)
|
by Xavierprince
Program to store 10 contacts having info. Of phonenumber,name and email.
|
|
[7 replies] Last: Okay and thanks 😊 for your reply (by Xavierprince)
|
by CodeNovice01
Heap Program - Needs to sort smallest to largest
|
|
[14 replies] Last: Handy Andy, I greatly appreciate all of your input and time. BUT I fi... (by CodeNovice01)
|
by kmcfall
Using a while loop with the eof() function
|
|
[5 replies] Last: To properly use what you need try this: or have the extraction once... (by seeplus)
|
by DonnaPin
get() overloaded function ifstream
|
|
[3 replies] Last: (extraction operator >>) (by doug4)
|
by jeanpaulw
convert to a class
|
|
[12 replies] Last: ... just like treating 't' as a data member and not as the more approp... (by againtry)
|
documenting with doxygen |
|
[2 replies] Last: If you want to use that kind of tool, I advise the .h file, since that... (by jonnin)
|
by HelpMeBro
String (Month Name)
|
|
[8 replies] Last: Thanks. (by HelpMeBro)
|
Queue Number System for Clinic registration counter. |
|
[14 replies] Last: Please don't remove your original post. It's not good forum etiquette.... (by seeplus)
|
by seghrein2300
Loop the whole program
|
|
[2 replies] Last: BTW you need to properly indent your coding and make good use of white... (by againtry)
|
c - how to get access to FILE * instance? |
|
[11 replies] Last: You can indeed read out what FILE* (a typedef for a struct) is made up... (by againtry)
|
fopen(): Get file streams automatically closed when a program ends? |
|
[1 reply] : After a further search (previously I found nothing about that topic) I... (by nuderobmonkey)
|
by neuronic
Why this crashes? tiny code for listing all files
|
|
[10 replies] Last: I've had problems with std::filesystem::recursive_directory_iterator()... (by closed account oivD8vqX)
|
by HelpMeBro
Caps
|
|
[12 replies] Last: I haven't studied a lot of these yet. But thanks. (by HelpMeBro)
|
by soulworld05
boolalpha
|
|
[7 replies] Last: Formatting this gives: if (integer > 0) return integer; else ... (by seeplus)
|
by leander g
What to use to store (and work on) lots of data?
|
|
[10 replies] Last: For c-style memory index, -ve index is valid (although not for vector/... (by seeplus)
|
by leander g
Reading strings from file and putting them in an array (1,2)
|
|
[29 replies] Last: That's mainly againtry's code - not mine. I posted it there re the run... (by seeplus)
|
by coleman1798
Doubly Linked List insertion function not working
|
|
[6 replies] Last: > The returned node I was referring to is forFindNext. > That is a poi... (by ne555)
|