by Jaggy1997
c plus plus strings for loops and if statements.
|
|
[2 replies] Last: Hello Jaggy1997, PLEASE ALWAYS USE CODE TAGS (the <> formatting butto... (by Handy Andy)
|
by Spiderman30
Number Sort (1,2)
|
|
[36 replies] Last: Hello Spiderman30, First I will apologize for defining the original a... (by Handy Andy)
|
by bogdyby
graphics.h
|
|
[1 reply] : You can't since it's not part of VS. Maybe you can try https://githu... (by Thomas1965)
|
Having trouble coming up with code for 30-day calendar grid in c++ |
|
[1 reply] : had posted following program about a year ago, see if it helps: http:... (by gunnerfunner)
|
by jpengineer
rock paper scissors with loop
|
|
[1 reply] : Instead of if-else statements you can use a lookup table. Maybe you wa... (by Thomas1965)
|
by espoice
help with ofstream
|
|
[9 replies] Last: What is intriguing is reversing return values of sortcheck() . Thi... (by Chervil)
|
by benten559
assigning values from vector elements to a string
|
|
[1 reply] : On the main diagonal j=i. On any other diagonal j is a linear function... (by lastchance)
|
if/else and switch |
|
[14 replies] Last: The coinToss() and dieRoll() functions can be called from within the s... (by EtDecius)
|
by beertaps
Program just gives a black screen
|
|
[2 replies] Last: The problem I think is with my function calls (maybe the Fill() funct... (by cire)
|
by derekb87
input check help
|
|
[5 replies] Last: Try this, I changed you for loop to a while loop and changed the way y... (by jrw)
|
Feed back on using Functions |
|
[1 reply] : Hi, Consider writing the functions using a bool argument. That way ... (by TheIdeasMan)
|
by DoodleDoo
Polymorphism methods
|
|
[6 replies] Last: so long as the array type is Shape, will all methods called be from S... (by AbstractionAnon)
|
by elyseis
Payroll Program Time-and-a-half Struggle
|
|
[no replies]
|
by lekfanda
Gaussian elimination
|
|
[5 replies] Last: I hope that you have been doing Gaussian elimination on a COPY of A a... (by lekfanda)
|
by adam2016
making real world applications
|
|
[2 replies] Last: With 2 years of study, you probably already know everything you need. ... (by mbozzi)
|
by bluefrog
decltype question
|
|
[7 replies] Last: why do I have to initialise decltype((x->d)) d2 Because the type ... (by mbozzi)
|
by Delcho
Lenght of int type
|
|
[11 replies] Last: I was close to posting this solution earlier. cout << ceil(log10(a ... (by Peter87)
|
by christjd
Inheritance
|
|
[1 reply] : Hello christjd, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS (t... (by Handy Andy)
|
Linked List |
|
[1 reply] : Similar to how you have the cin statement for prompting the user "How ... (by Ganado)
|
by meegsees
Issue with the output file of a read-in/replace-word code
|
|
[5 replies] Last: gunnerfunner, your approach is sort of mind blowing. I haven't been co... (by meegsees)
|