by d3v4l1
String Comparison Without STL (code review)
|
|
[5 replies] Last: Correct. Still, it's for practice, so I don't want to make use of inbu... (by d3v4l1)
|
What am I doing wrong??? |
|
[2 replies] Last: Instead of a recursive approach, you could do something like this: d... (by integralfx)
|
inFile problems |
|
[13 replies] Last: The point a couple of us here have tried to make, and it seems clear f... (by closed account 48T7M4Gy)
|
Pointer Help |
|
[7 replies] Last: void manip1( Pointers* p ) { *p->getA( ) = 10; } [quote=Sakura... (by integralfx)
|
by Veshson
Critique for my program
|
|
[2 replies] Last: Thank you! Will improve! (by Veshson)
|
by adbc22
Edit Arduino Code: Smoothing to average
|
|
[no replies]
|
by sunday0224
Need help with command line calcuator
|
|
[6 replies] Last: http://imgur.com/3KyJu9b There are 2 items on the command line They a... (by sunday0224)
|
by dingdongdong
BMI calculator help
|
|
[5 replies] Last: You don't need the if statements. double GoalWeight; std::co... (by integralfx)
|
by Adela17
Generating a 12-month Calendar for any entered year!
|
|
[1 reply] : How do I get y and c from the entered year? int year; std::cin >> ... (by SakurasouBusters)
|
by youngldoe
Calculating the average of strings
|
|
[2 replies] Last: @youngldoe A void function CANNOT return anything. Change void to dou... (by whitenite1)
|
by fclark78
Conversions/void functions
|
|
[2 replies] Last: Thank you so much! this is my first time posting to the forum here. (by fclark78)
|
by xstatik32
Boolean Expression
|
|
[1 reply] : Did you write the code for this function? What you've posted here so f... (by wildblue)
|
by njleos3
I need some advice.
|
|
[3 replies] Last: Absolutely, get a good book and I suggest the tactic of read-to-unders... (by newbieg)
|
by Won
Choose from a multiset
|
|
[1 reply] : > I think I could implement this as a recursive function, if the numbe... (by ne555)
|
by Nico
Performance while creating a string
|
|
[2 replies] Last: > It turns out the events are rather frequent and as a result I am doi... (by JLBorges)
|
scoreboard with efficient time ? |
|
[2 replies] Last: Maybe use a std::map. (by closed account LA48b7Xj)
|
by tristan1333
Vector/Classes hierarchy issues
|
|
[2 replies] Last: Ah alright thanks! I'll mark as solved. (by tristan1333)
|
by Kijac10
my program compiles but does not run properly, please help!
|
|
[4 replies] Last: I was able to get my program to run properly, thanks for your help! (by Kijac10)
|
print using getter methods |
|
[1 reply] : Here's a clue string getName(){return name;} string getID(){return ... (by shadder)
|
by rosecall
Assistance Needed In General
|
|
[2 replies] Last: My name is Olivia and I am in the second part of my C++ course at col... (by SakurasouBusters)
|