by riayh
String Conversion help
|
|
[5 replies] Last: Are you aware that substr() extracts a substring but doesn't remove ... (by coder777)
|
by Daniel88
Constructors
|
|
[3 replies] Last: Thanks JoR and Xander314 for your replies. The problem is solved :) (by Daniel88)
|
by Sieves
Dunno what to do from here
|
|
[4 replies] Last: From Mathhead200 - FYI: all files that don't have a main function ... (by Alrededor)
|
by theholyfork
Deleting part of a structured array?
|
|
[13 replies] Last: you could always have a check if the number of items left is equal to ... (by Zap)
|
by mozly
deep copying
|
|
[6 replies] Last: I'm unsure of who needs to befriend who? (by mozly)
|
by Sieves
string question
|
|
[4 replies] Last: granted there are all sorts of other things wrong with this lol (by Sieves)
|
by bassgrant1
Complete beginner desperately needs to get audio app working!!!
|
|
[5 replies] Last: Read the book c++, how to program. That's the one i'm fallowing. But i... (by isenhart)
|
by Sieves
elements from array to string
|
|
[1 reply] : now i am trying this for(i=0;i<G.getHeight();i++) { for(j=0;j<G.ge... (by Sieves)
|
by kaz3320
Need Help With Arrays and Files
|
|
[2 replies] Last: #include <iostream> #include <fstream> using namespace std; in... (by Mathhead200)
|
by redchannel
Help with I/O Stream
|
|
[1 reply] : in_stream.open("blankCrossNumber.txt"); char output; //instead of ... (by Mathhead200)
|
by Sieves
storing integers as characters
|
|
[4 replies] Last: '0' == 48 == 48 + 0 == '0' + 0 '1' == 49 == 48 + 1 == '0... (by Mathhead200)
|
by paulh428
fmax array to find max number
|
|
[4 replies] Last: ^Ah. Mathhead got it right, you were writing out of bounds of the arra... (by firedraco)
|
by hunkeelin
How to display cstrings?
|
|
[5 replies] Last: @hunkeenlin : i think you should consults this code ! #include <iostr... (by Conan)
|
by irishme
Stuck on a C++ problem
|
|
[2 replies] Last: I would suggest (for the ability to use this in future classes that ha... (by ciphermagi)
|
by jennirey
While Loop: invalid data does not loop out..and request a new integer.
|
|
[2 replies] Last: Thank you so very much for your help on this.. I have been reading and... (by jennirey)
|
by DoomDGuy13
Need help with getline
|
|
[1 reply] : //line 28 ... getline (in, type) ... // getline stores into a str... (by Mathhead200)
|
by xterragator
Frequency Analysis Question
|
|
[6 replies] Last: comparisons between the float array(sorry) and the frequencies of the ... (by WalterxxRobles)
|
by hunkeelin
Displaying in class functions
|
|
[12 replies] Last: No! You still use the getFname function. You just need to define it... (by Mathhead200)
|
by Yours3lf
=& operator overloading
|
|
[3 replies] Last: thanks both of you:) I think I now get it. (by Yours3lf)
|
by kcbob
sorting values
|
|
[1 reply] : Try this one, find changes yourself. #include <iostream> #include <c... (by madredcake)
|