by DirtyBlasion
char handeling...
|
|
Mar 2, 2017 at 1:20pm
[4 replies] Last: My code presume: 1 – you are not trying to write your own version of... (by Enoizat)
|
by ketanco
adding integers
|
|
Mar 2, 2017 at 1:07pm
[5 replies] Last: there are a dozen types of integer as well (many redundant). say you... (by jonnin)
|
by Yoooooo
struct
|
|
Mar 2, 2017 at 12:47pm
[2 replies] Last: When declaring a pointer you don't need the full struct definition. It... (by Peter87)
|
by csecs21
populating array from while loop
|
|
Mar 2, 2017 at 12:24pm
[2 replies] Last: nice one! i forgot the for loop. :-) thanks again! (by csecs21)
|
by ggwp
c++ to pseudocode
|
|
Mar 2, 2017 at 11:31am
[2 replies] Last: Can anyone please help me to convert this coding into a pseudocode. ... (by TheIdeasMan)
|
by tit0n
Infix to Prefix
|
|
Mar 2, 2017 at 9:13am
[1 reply] : Not really fancy but it works at least for the most parts. #include <... (by Mantorr22)
|
by barcandy
Newton's method
|
|
Mar 2, 2017 at 8:58am
[3 replies] Last: You should start slowly. First of all, test your function and its der... (by lastchance)
|
by coolangel24
If Else and Assigning Values
|
|
Mar 2, 2017 at 6:26am
[1 reply] : $0.08 for each check if you write between 20-39 checks int wchec... (by closed account 48T7M4Gy)
|
by Bizzy
Bool Not Returning Value?
|
|
Mar 2, 2017 at 6:03am
[4 replies] Last: whenever I test it I don't get either true or false What do you mea... (by xismn)
|
by landlord2017
next function
|
|
Mar 2, 2017 at 5:37am
[4 replies] Last: Yes, it is std::next(). Thanks. (by landlord2017)
|
by Kourosh23
assert C++ (Problem understanding the code)
|
|
Mar 2, 2017 at 5:24am
[4 replies] Last: > Am I right with my logic ? Yes. assert(size < capacity); is equiv... (by JLBorges)
|
by volTron
Class - dice_roll error
|
|
Mar 2, 2017 at 4:54am
[5 replies] Last: Got it! I finally realized that all of the variable names in the const... (by volTron)
|
Help with functions |
|
Mar 2, 2017 at 4:02am
[6 replies] Last: Why is it not proper? Because it introduces a hidden control path t... (by mbozzi)
|
by rooftopz
Problem displaying strings from a struct using a pointer
|
|
Mar 2, 2017 at 4:01am
[1 reply] : employeeRec *p, records ; I suspect you wanted records to be an arr... (by gunnerfunner)
|
by code4545
Need Help With Input
|
|
Mar 2, 2017 at 3:44am
[1 reply] : add this in a couple places and see what's going on. cout << "U:" << ... (by SamuelAdams)
|
by tit0n
Infix to prefix
|
|
Mar 2, 2017 at 2:43am
[1 reply] : I don't see any pseudo code here, what problem are you having ? (by SamuelAdams)
|
by Kourosh23
assert C++ (Problem understanding the code)
|
|
Mar 2, 2017 at 2:15am
[no replies]
|
by anttton
String - Out of range
|
|
Mar 2, 2017 at 2:09am
[4 replies] Last: Can you put your problem into a small stand-alone program involving ju... (by gunnerfunner)
|
by nwlffx19
Storing user input
|
|
Mar 2, 2017 at 2:03am
[2 replies] Last: #include <iostream> #include <string> #include <cctype> #include <ss... (by gunnerfunner)
|
by Gamazoger
I need some help with this mobile service provider program
|
|
Mar 2, 2017 at 1:59am
[no replies]
|