by Prog24
Palindrome Program. Help Please!
|
|
[3 replies] Last: I started over because something happened with my visual studio and to... (by Prog24)
|
by Jikax
divide by 48
|
|
[3 replies] Last: thnx! I will take a good look at that. (by Jikax)
|
by Hogr yousif
lirary in c++2008
|
|
[1 reply] : 1) #include the library header. 2) Tell your linker to link to the l... (by Moschops)
|
by BHX
Vector of Classes
|
|
[4 replies] Last: Okay, thanks for clearing that up. (by BHX)
|
urgent-please help by sorting |
|
[2 replies] Last: float mainpress,maintemp,mainpow,allvariables,diff,mindist=100000; ... (by noktalivirgul)
|
by Mancoba
structure o the whole program
|
|
[1 reply] : Start from here http://www.cplusplus.com/doc/tutorial/program_structu... (by Kart)
|
by imandb
array of char* ( a little urgent)
|
|
[1 reply] : use a vector http://www.cplusplus.com/reference/stl/vector/ (by Jikax)
|
by TouchElango
Rename a file using Boost::filesystem
|
|
[2 replies] Last: Thank you for your support. I have fixed the issue by replacing the f... (by TouchElango)
|
by razzbarry
how to read string from file using >>
|
|
[1 reply] : std::getline(infile, datestr); outfile << datestr << endl; ... (by Stewbond)
|
by iky
am i doing this right?
|
|
[2 replies] Last: thanks a lot. (by iky)
|
Changing map |
|
[4 replies] Last: Holy turd. Thanks a ton. I'm new to classes and all so thinking of way... (by closed account GbX36Up4)
|
by krazyman
LINKER ERROR VISUAL STUDIO 2010
|
|
[4 replies] Last: Good work cire . @OP If you format your braces like this, then you m... (by TheIdeasMan)
|
by raines883
Dynamically Allocated 2-d array
|
|
[2 replies] Last: I'm trying to make the dynamic array that is since the count vari... (by raines883)
|
by Echo773
obviously not the proper way.
|
|
[6 replies] Last: Because it pollutes the global namespace with heaps of stuff, making ... (by TheIdeasMan)
|
by Sh0
Issue with directories
|
|
[no replies]
|
by rozick1
Fast lookup table ideas
|
|
[6 replies] Last: Stringstream is horrendously slow. Let's not blame stringstream for... (by cire)
|
by wpostma
What's a good book for an Extremely Rusty C++ Programmer?
|
|
[2 replies] Last: Thanks. I bought Effective C++ and I'm finding it really good so far.... (by wpostma)
|
Finding which derived class object is pointed to by a base class pointer |
|
[6 replies] Last: I need the freedom to assign values for v and a within the L2 class co... (by closed account D80DSL3A)
|
by SMA01
Basic C++ code?
|
|
[2 replies] Last: Oh wow, I can't believe I didn't notice that, my mistake. (by SMA01)
|
by Darkmaster
QDir::mkpath
|
|
[2 replies] Last: doesnt work but it's some problems with missing rights (by Darkmaster)
|