Inheritance Set and Get Functions |
|
[2 replies] Last: Are you really assigning ‘nullptr’ to std::strings and ‘NULL’ ... (by Enoizat)
|
by flacg
sum and average in multidimensional array
|
|
[3 replies] Last: I’m sure you’ve already read here: http://www.cplusplus.com/forum/... (by Enoizat)
|
Reading file into a class array |
|
[1 reply] : The first thing I see is two main() functions, one inside the other. T... (by jlb)
|
Odd and Even program |
|
[7 replies] Last: Points of interest: - Slightly more descriptive variable names help, e... (by icy1)
|
by Elarionus
Minesweeper Program?
|
|
[7 replies] Last: I'm unsure what the variable "m" is that you mentioned The "m" stoo... (by tpb)
|
by parallx
Arrays and text files
|
|
[17 replies] Last: Thank you all for your responses. The program itself looks so simple w... (by parallx)
|
by GhettoBurger
Validate Integers and Accept only if with a certain range
|
|
[4 replies] Last: Yep that worked thanks all for helping out. I don't like that extra ... (by GhettoBurger)
|
by boypetey17
Dynamically resizing an array
|
|
[6 replies] Last: @keskiverto -- Guess I got lucky in the online compiler implementation... (by icy1)
|
by bubby
Else statement showing up upon making choice in choiceOne_Path
|
|
[2 replies] Last: Hello bubby, For being "extremely new to coding" I will point out som... (by Handy Andy)
|
by Jorge626
Program that counts syllables and displays them on a table
|
|
[5 replies] Last: Never mind, I figured it all out! Thank you for your help, I really ap... (by Jorge626)
|
by awong918
Having trouble understanding linked list/pointers
|
|
[3 replies] Last: is *p the pointer dereferenced? Yes! delete p destroys the pointed-... (by mbozzi)
|
by ElleJay
Adding 2 linked lists
|
|
[3 replies] Last: You have to process the pairs in certain order in order to carry the "... (by keskiverto)
|
by One Pea
Function only works once
|
|
[5 replies] Last: vector::reserve() reserves space (internally changes its 'capacity' va... (by icy1)
|
by Meso
end of file controlled while loop not working as required
|
|
[1 reply] : Hello Meso, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS (the <... (by Handy Andy)
|
by koopey
how to purposely fail "fopen" for debuggin
|
|
[4 replies] Last: Change the permissions on the file so it can't be read by the program.... (by dhayden)
|
by mdelellis
selection sort of char array
|
|
[2 replies] Last: Most of the initial post and logic is working; very nice! Rewrote for... (by icy1)
|
by One Pea
arrayOutput function and possibly arrayFill function not working
|
|
[5 replies] Last: Hello Shezshade, I hope that the green check means that it is working... (by Handy Andy)
|
by beemo
Passing 2 & 3 dimension arrays by reference
|
|
[3 replies] Last: [quote=keskiverto]Why do you want to call them by reference? @beemo, ... (by icy1)
|
by ElleJay
Reading large integers into linked list
|
|
[6 replies] Last: I'd do a single read to seed the linked list with the first number, an... (by icy1)
|
by formslash
Struct and nested structs
|
|
[3 replies] Last: students means you want to access array element at index NUM_STUDEN... (by Peter87)
|