by tyler
arranging a string/array of characters alphabetically
|
|
[7 replies] Last: Here is a sorting algorithm for your problem. The code is written to... (by anilpanicker)
|
by tyler
function to output specific no. of chars of string
|
|
[1 reply] : You can use the substr() function to use part of the string. Here i... (by Mitsakos)
|
by varungadre
How do you print from within a function?
|
|
[4 replies] Last: Enter the first number:345 Enter the second number:213 GDC=3 LCM=24... (by Nandor)
|
by DrumCoder
getline not getting a line!
|
|
[4 replies] Last: You guys are legends the lot of ya! I'm going through this book "le... (by DrumCoder)
|
Quick question! |
|
[1 reply] : The return value for string.length() in an unsigned int and i is a... (by closed account z05DSL3A)
|
by hamo94
i can't find the differance
|
|
[7 replies] Last: @Grey Wolf Sorry about that, I was reading something else from Zaita... (by closed account z05DSL3A)
|
by blindingRage
Random Unicode problem
|
|
[2 replies] Last: It worked!!! Thank You. (by blindingRage)
|
by babu198649
To call a function repeatedly after certain period
|
|
[3 replies] Last: Neither sleep() nor any other user timing function can be 100% accurat... (by jsmith)
|
by victorlmf
Errors and warnings
|
|
[1 reply] : Where ever you have single quotes ' replace them with double quotes ... (by Mitsakos)
|
by metsfan95
Multiple Requirenment for If statments
|
|
[3 replies] Last: You also have if(a==0 || b == 0) { DoStuff(); } which... (by mikeb570)
|
by dhiltgen
Is this some secret code????
|
|
[7 replies] Last: Wow. Thanks a lot for the help!! Yea, I was searching for O letter too... (by dhiltgen)
|
by zivchen
Strings combination
|
|
[7 replies] Last: s1 + s2 is just a pretty way of writing s1.append(s2) , which in... (by Duthomhas)
|
by hamo94
i can't find the problem
|
|
[1 reply] : for(n=0;n<i;n++){cout<<p <<','; delete p;} ... (by Zaita)
|
by frendo23
UML diagram..
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by jason387
Problem: assigning strings to structures member
|
|
[2 replies] Last: Thanks a bunch for the help, Duoas. C++ get pretty tricky for me and i... (by jason387)
|
by leeand00
Decorator Pattern and Class Templates?
|
|
[3 replies] Last: Hey it worked! Thanks a lot! :) Also here is a link to it compilin... (by leeand00)
|
by leeand00
How does this not return a 2D Array?
|
|
[1 reply] : You are both correct. :-] If you want to be really technical, you a... (by Duthomhas)
|
by hamo94
can someone solve this??
|
|
[5 replies] Last: thanks a million would never of quessed it thanks !! (by hamo94)
|
by delinkx
build solution with visual c++
|
|
[1 reply] : It will not "build" the libraries for you to include with your applica... (by arrrgh)
|
by CPlusplusdna
To std::string or not to std::string...
|
|
[7 replies] Last: Many string implementations use copy-on-write semantics. In your ... (by jsmith)
|