by Kring10
Exercices of C++ Book.
|
|
[1 reply] : To compile a c/c++ program, you need a main() function. int main() ... (by seeplus)
|
by dhinze
"blank" must return a value?
|
|
[1 reply] : function middle, of type string, must return a string. or, you can ma... (by jonnin)
|
by Leo2505
Override specifier
|
|
[1 reply] : One thing I see is that your Invoice.h #includes Date.h, but your Date... (by Ganado)
|
getpid () pit_t |
|
[3 replies] Last: I dunno where you're getting the idea of child within the file itself,... (by salem c)
|
by gigacapybara
C++ structure program that returns student information from file
|
|
[5 replies] Last: 0,1,2,3 how many numbers do you see up there, 3 or 4? the array size i... (by jonnin)
|
by megan2000
Map with classes
|
|
[14 replies] Last: https://kidneystones.uchicago.edu/how-to-eat-a-high-calcium-low-sodium... (by againtry)
|
by BigTim
Multiple variables in one equation
|
|
[8 replies] Last: Thank you for all your help on this! it had me kinda confused but I th... (by BigTim)
|
by Harlee
Good old hangman
|
|
[4 replies] Last: you don't HAVE to do anything any particular way. a little extra proc... (by jonnin)
|
by moosemb
C++ Menu using loops
|
|
[6 replies] Last: You shouldn't have a loop at line 32 at all. After all, you don't chan... (by dhayden)
|
by BeeOnee
Converting a string to an integer
|
|
[8 replies] Last: You don’t need to erase anything, just count the things that matte... (by Duthomhas)
|
by tapni
Strings C++ (1,2)
|
|
[26 replies] Last: @ Duthomhas Ah, I keep forgetting about RVO. What I was thinking w... (by TheIdeasMan)
|
by MeiMei
Please help me (Shortest path - recursion)
|
|
[14 replies] Last: @dhayden It definitely took me more than one try as well. Interesting... (by mbozzi)
|
by gigacapybara
c++ HW Program that creates a linked list
|
|
[2 replies] Last: Lines 52 and 53. You overwrite the first & last name of the first reco... (by dhayden)
|
by ICantC
Reading text from a file
|
|
[11 replies] Last: also, consider testing small parts at a time. first, hard code a coup... (by jonnin)
|
by marcopl
Header and object oriented programming
|
|
[7 replies] Last: Maybe: #include <iostream> class Square { public: Square() {}; S... (by seeplus)
|
by Leo2505
Print map - help
|
|
[4 replies] Last: Ops, im sorry my bad It does not accept [stock, val] parameters (by Leo2505)
|
by retro 64K
trying to make a simple console text editor
|
|
[18 replies] Last: yeah. (by retro 64K)
|
by jeyc
how to access and use user input variables into another function
|
|
[3 replies] Last: your code is a trainwreck, so I ignored it to give you a simple exampl... (by jonnin)
|
by axrqlic
error: 'else' without a previous 'if'
|
|
[1 reply] : the code you posted compiles. however, the else is all wrong. -> el... (by jonnin)
|
by vanitution
Please help me modify this program, assignment is due tonight at midnight
|
|
[6 replies] Last: at midnight UTC or Zulu time? (We don't want to help too early.)... (by keskiverto)
|