by Ameobea
Char and String
|
|
[14 replies] Last: That's enough for now; thanks, all! (by Ameobea)
|
by ddevandry
reading a file into a vector
|
|
[1 reply] : if I interpret your code right then you're trying to add a word. if th... (by coder777)
|
by tuandt5
calculating with binary tree
|
|
[no replies]
|
by firix
Ebooks
|
|
[11 replies] Last: Thanks all... (by firix)
|
by Jackorific
Teaching C++
|
|
[6 replies] Last: good luck :) (by firix)
|
Trouble with Vectors |
|
[1 reply] : No problems guys, I got this one thanks. (by nglwthnati2de)
|
by northfly
static, can I under stand like this?:
|
|
[1 reply] : class XL{ int i; static int s; public: XL(int ii) // constru... (by firix)
|
by gammaray
Filling arrays the easy way
|
|
[4 replies] Last: Noted. But you got the idea. Actually, I'm working in a framework call... (by gammaray)
|
by tuandt5
converting to hexa
|
|
[no replies]
|
by Dark Byte
Static data members = fail
|
|
[5 replies] Last: It works! Thanks for the help. (by Dark Byte)
|
by jmv1993204
Unable to compare string from file
|
|
[1 reply] : Solved.... there was an ; at the end of if (by jmv1993204)
|
by marshcarsh
need assistance using classes and arrays
|
|
[8 replies] Last: The default constructor should look something like that you have there... (by Albatross)
|
by pnsmcgraw
Word Check Program
|
|
[1 reply] : You need to read the word into a temp string and use words.push_back()... (by PanGalactic)
|
by AlexDGr8r
Trouble with Battleship Game
|
|
[2 replies] Last: Yeah, I now see I'm going to have to rethink my random number generato... (by AlexDGr8r)
|
C++, sort names using linear and binary searches? |
|
[no replies]
|
by Phrosen
Random Integer
|
|
[2 replies] Last: Seeing as this question was unanswered... Line 17 is a line that wi... (by Albatross)
|
by tmccalister
New programmer and i need assistance
|
|
[1 reply] : "Script" using C++? In Labview? Er... why would you want to do that wh... (by Albatross)
|
by simpleson
Error on destruction of boost::shared_ptr
|
|
[3 replies] Last: It looks like I misplaced the location of the error, but its still puz... (by simpleson)
|
by Sariss1990
How would I write this type of function?
|
|
[1 reply] : The function needs to accept an array (and the array size) and return ... (by PanGalactic)
|
by slashsign
Trouble populating and displaying arrays
|
|
[4 replies] Last: Thanks for the assistance slicedpan. I fixed the array by simply mo... (by slashsign)
|