strchr and CString FIND |
|
[1 reply] : I think that equivalent code will look as m_filename[m_filename.find... (by vlad from moscow)
|
by morando
Strange bug in Release mode
|
|
[5 replies] Last: "Clean" then "Rebuild" and now it works. (by morando)
|
by m1m6
problem if finding postfix
|
|
[3 replies] Last: I would start by insuring your if/else clauses are correct. I suggest ... (by jlb)
|
by Niels Meijer
Looking for multithreading method and tutorial
|
|
[7 replies] Last: multithreading is a sexy clunky way of handling problems: #includ... (by DeXecipher)
|
what does this code do |
|
[no replies]
|
by superfury
Help with checking 8086 emulation opcodes?
|
|
[no replies]
|
Produce a program which demonstrates .. |
|
[6 replies] Last: ->softwareStudent(14) read this link: http://www.cplusplus.com/doc/tu... (by Kart)
|
How we can write this function? |
|
[1 reply] : #include <cctype> std::string TrainType(char t) { t = toupper(t); ... (by Stewbond)
|
by Catfish3
std::unique_ptr array specialization
|
|
[1 reply] : > The second template parameter, Deleter, isn't defaulted. It is. /... (by JLBorges)
|
by r 4 raja
Explain this output of this program.
|
|
[1 reply] : int i=0; while(i++<5) result =x -y ; Iteration 1: whi... (by cire)
|
by xzbit
icon changer
|
|
[no replies]
|
by kndmrl
help for reading from text file !!!!
|
|
[3 replies] Last: use a char, it works as well. For example: void /*function name*/(cha... (by SirSen)
|
by Stewbond
Swapping objects
|
|
[7 replies] Last: > a class containing an entire 15MB wave file would really just have t... (by JLBorges)
|
by pjesh
Canvas
|
|
[5 replies] Last: If you want to create an image, there are no standard or library in c+... (by majidkamali1370)
|
by ishin03
Someone help me ! :(
|
|
[11 replies] Last: shinkansen is right, try doing what he posted (by Antares64)
|
by cthulu1990
Creating a grid with totals
|
|
[7 replies] Last: Wow thank you! I changed my coding around a little bit. I just need to... (by cthulu1990)
|
by aclark17
rand()
|
|
[1 reply] : Code? (by Athar)
|
How to ask the user if wants to play again? |
|
[7 replies] Last: @Suggs Couple of problems with your code: line 4: using namespace s... (by TheIdeasMan)
|
by chrisname
Static template class member question
|
|
[2 replies] Last: Thanks. (by chrisname)
|
object oriented |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/basic_io/ (by Athar)
|