by cpq2g1zw2
Interesting problem
|
|
[3 replies] Last: After looking at this again, I realize how unnecessary switch was when... (by cpq2g1zw2)
|
by Deliberation
windows.h for mac?
|
|
[4 replies] Last: windows.h is the (c++) header file for all functions in the Windows AP... (by closed account 48T7M4Gy)
|
by Dovahkin
write a program that checks the validity of a date
|
|
[5 replies] Last: I changed what you said but if I enter something like 9 23 1993 it ju... (by coder777)
|
by luiscovar
Printing out a list of objects from a custom list class.
|
|
[3 replies] Last: The problem is that currentItem() returns a copy of the item (what... (by coder777)
|
by saherch
Passing pointers by refrence
|
|
[7 replies] Last: http://www.geeksforgeeks.org/when-do-we-pass-arguments-by-reference-or... (by closed account 48T7M4Gy)
|
by Timon Sokol
Ich habe ein problem mit mein code.
|
|
[3 replies] Last: Can you translate to english? (by dshelves)
|
by Timon Sokol
Doesnt work looking for the mistake
|
|
[1 reply] : It appears that most of the code is missing. It would also help if it ... (by Kevin C)
|
by nuglyfe
for loops
|
|
[1 reply] : Your current code is going to give you a TON of errors because of your... (by myrtlizer)
|
by indigenawow
Matrix Help!
|
|
[2 replies] Last: I'm sorry but this is honestly way too cryptic for me to read. The var... (by binary3926)
|
by myazz
getLine and letter count problems
|
|
[1 reply] : On line 13 of your program you use cin.getline(let); To find one ch... (by binary3926)
|
by jDurks619
c2360 error in unfinished calculator
|
|
[1 reply] : https://msdn.microsoft.com/en-us/library/61af7cx3.aspx You cannot jum... (by closed account 48T7M4Gy)
|
by gogobob123
Need help figuring out a reversedigit program, super close to solution
|
|
[2 replies] Last: Your method will only work for small numbers less than 2147483647 forw... (by SamuelAdams)
|
by usman1997
Write a function
|
|
[no replies]
|
by anarelle
Best practices when reading from and to a file into a vector
|
|
[no replies]
|
by chops
Array to uppercase
|
|
[8 replies] Last: YOU NAILED IT!!! This tinny little code was driving me crazy!!!! Tha... (by chops)
|
by minty2015
Function and loop assistance
|
|
[4 replies] Last: @shiftleft: Firstly, We dont write code for people, we simply help t... (by Arslan7041)
|
Number of occurences of integers in an array |
|
[1 reply] : I will presume that you are not permitted to use a standard library hi... (by Duthomhas)
|
by nuglyfe
rounding down
|
|
[2 replies] Last: thank you! "floor" solved it (by nuglyfe)
|
by jDurks619
Problem making Ascii converter loop
|
|
[2 replies] Last: Thanks man ! (by jDurks619)
|
by rabster
How to make string take in multiple words.
|
|
[2 replies] Last: Cin.ignore();\\ used to ignore the spaces getline(cin,a); Sorry I woul... (by suppa)
|