by Pethrenne
Question about strings: multiple words input. [SOLVED]
|
|
[4 replies] Last: Ok, I'll try this. Thanks :) ----------------------------------------... (by Pethrenne)
|
by Ruddo
!(10<count)
|
|
[3 replies] Last: Oops! Of course it is... Thanks for that, chaps... (by Ruddo)
|
by cannsyl
Class constructors
|
|
[11 replies] Last: In general, widespread use of friends is a sign of incorrect encapsula... (by jsmith)
|
by Sam Madden
assignment question????
|
|
[1 reply] : You could start with getting program to output words... then build on ... (by Umz)
|
by theooze
adding a second variable into the first...
|
|
[2 replies] Last: for(int i=1; i<=12; i++)cout<<i*i<<" "; (by hamsterman)
|
by kian
calling tc++ v4.5 functions from tc++ v3.0
|
|
[no replies]
|
by minaadel1994
Alternative to system("CLS");
|
|
[1 reply] : You can try couting a bunch of \r\n to clear the screen I suppose...I ... (by firedraco)
|
by ruby09
How can I write this differently
|
|
[5 replies] Last: From what I understand of the question that is what they are looking f... (by Umz)
|
by minaadel1994
C++ question
|
|
[11 replies] Last: Thanks :)... for ur replies and helpfull advices :) (by minaadel1994)
|
by tyky9808
using functions to evaluate a students grades
|
|
[8 replies] Last: Hi, I've made some changes to the program but I'm having problems with... (by tyky9808)
|
by cppuser7
Nested structs...
|
|
[1 reply] : Well, i suggest declaring an empty constructor. I guess you know wh... (by Scipio)
|
by sigfreik
Comparing two arrays.
|
|
[4 replies] Last: Ah, Its Sunday, my brain must have been having a day off. I should ha... (by guestgulkan)
|
by digi35
use of class
|
|
[1 reply] : This site has a good example on expanding arrays: http://www.fredosau... (by Umz)
|
C++ i don't get why its not writing the #s |
|
[4 replies] Last: @xjtufofo: You are right and wrong. I could get into a philisophic... (by jsmith)
|
by erratiC
Passing variables
|
|
[5 replies] Last: The way I read your problem statement above, I interpreted it to mean ... (by jsmith)
|
by glmingsii
Problems w/ Sequential Search
|
|
[2 replies] Last: I guess there's one minor mistake leading up to the crash. scanf ("%... (by xjtufofo)
|
by learning cpp
Are there some software to check code quality
|
|
[1 reply] : valgrind on linux. You can do memory profiling and call graph. (by xjtufofo)
|
by Rodon
input
|
|
[2 replies] Last: Thank you! thats exactly what i was looking for =D (by Rodon)
|
by Timbo1
Format trouble
|
|
[14 replies] Last: Once the user has input the drive letter, we can check the last charac... (by guestgulkan)
|
by Toxic90
problem with sqrt()
|
|
[8 replies] Last: yes, I'm programming with C++, I got used to printf and scanf because ... (by Toxic90)
|