by hops
Beginner in need of help.
|
|
[1 reply] : 1) make a loop which will be executed as many times as there is pirami... (by MiiNiPaa)
|
by davidc626
Converting area unit
|
|
[1 reply] : 1.) You need break statements for the cases unless, you intended for i... (by Subzero030201)
|
by abdalimran
STL Map: How to look up key through value?
|
|
[1 reply] : 1) make it map<string, int> . You will get ability to print 80 using ... (by MiiNiPaa)
|
by Wulfinite
Class & Objects Problem
|
|
[3 replies] Last: TheIdeasMan is right. but... This should also work now. #include <i... (by Subzero030201)
|
by tehlolxz
Remove Duplicates from Array
|
|
[1 reply] : You'd need to, after generating a particular index's number, check all... (by TheKingOfTyrants)
|
by DBROWN13119
Saving Processed Data from an InvenSense MPU9150 to an SD card
|
|
[no replies]
|
by Emil1
WORD UNSCRAMBLING PROGRAM
|
|
[1 reply] : Check this function: http://en.cppreference.com/w/cpp/algorithm/next_p... (by MiiNiPaa)
|
by Masada
Template Function issue
|
|
[8 replies] Last: I think I'm going to give up on this for the night. I did what you sai... (by Masada)
|
by MRangel
Arrays and functions
|
|
[2 replies] Last: Hi keene, You are the man that worked! Thanks for your help!!! (by MRangel)
|
problem with string input.code included. |
|
[2 replies] Last: Thank You so much! Problem solved. I was obsessing over this so much. ... (by omkarborkar95)
|
by Pg0715
functions help
|
|
[7 replies] Last: ok thanks for the help (by Pg0715)
|
by Korcha
Print out a string backwards
|
|
[6 replies] Last: Ahaha no prob :) (by LendraDwi)
|
by Pg0715
enum type with functions
|
|
[1 reply] : You don't need single quote for using enum inside switch (by LendraDwi)
|
find function in string not working |
|
[4 replies] Last: You are completely and totally awesome!!! Thank you sooooo much!! Se... (by lostnconfused)
|
by foolofools
new to c++ i need some help cant figure this out
|
|
[3 replies] Last: thanks so much i appreciate it this is my first year in c++ and i am s... (by foolofools)
|
by spring2014
What is wrong with this 3*3 array program?
|
|
[1 reply] : There is only a warning at line 13 to say that you have declared n but... (by closed account 48T7M4Gy)
|
by pandora10
Trying to figure out this for loop
|
|
[1 reply] : not sure what you are trying to do with <</b>32 it probably should b... (by giblit)
|
by leaderofel
Homework/lab trouble
|
|
[3 replies] Last: You can use an array to store all the digits you find or if you know h... (by Smac89)
|
by dunnDolphin
counting iterations of a while loop
|
|
[2 replies] Last: Thanks, that helped a lot. Now I have to add a part that captures the... (by dunnDolphin)
|
by zachelwood
Using random binary #s to select random item from odd-numbered list
|
|
[no replies]
|