by Stewbond
declaring a vector's type as variable
|
|
[11 replies] Last: JLBorges, yes that solved it. Disch, that's exactly what I did. I do... (by Stewbond)
|
by f00tiefan
Singapore Mahjong in C++
|
|
[no replies]
|
by f00tiefan
Creating a Vector Class
|
|
[2 replies] Last: I figured it out. Thank you. (by f00tiefan)
|
by CIsHard
Need help with hexadecimal addition program
|
|
[4 replies] Last: something like this would save some space: int hex_1,hex_2; cout<<"\n... (by buffbill)
|
by Perman
I don't understand this. Please help. (1,2)
|
|
[20 replies] Last: Got it to work. Moved definition of HWND hWnd to global from WinMain. ... (by Perman)
|
vector of pointers - deleting |
|
[6 replies] Last: Again, thank you. That is such a relief! this is my biggest project... (by closed account zwA4jE8b)
|
by Aikon
Startting a Blog
|
|
[no replies]
|
by Perman
Is CALLBACK WndProc() an interrupt driven function.
|
|
[2 replies] Last: Thanks kbw. I was just wondering because in the very low level part of... (by Perman)
|
by lalacomun
Problem with SDL!
|
|
[5 replies] Last: If you have no loop then the program is probably just exiting. Do you... (by closed account zwA4jE8b)
|
by bountykilla
Initalization problem..if else contruct
|
|
[7 replies] Last: yes, your braces are off. It helps to notice these things if you inde... (by Disch)
|
by sam021
Help with Array in simulation
|
|
[1 reply] : Hi, please could you be more clear and specific, and when possible te... (by therockon7throw)
|
Error C2784 - Please Help! |
|
[5 replies] Last: Moschops you may be right. I made a new project and just pasted the sa... (by Stephan Charbonneau)
|
by vincegata
Writing into config file using file streams w/o re-opening file.
|
|
[5 replies] Last: mmap will work (I am on Ubuntu) - thank you! (by vincegata)
|
static variabls in base class |
|
[3 replies] Last: Hi , How are you using jumping variable in the derived class , can ... (by bluecoder)
|
by h9uest
HashMap implementation
|
|
[4 replies] Last: > primarily because I'll need to hash a user-defined object into some ... (by JLBorges)
|
by oonej
Overloading Operators (1,2)
|
|
[22 replies] Last: to your question consider the class below class D{ private: int i;... (by therockon7throw)
|
by Nonlin
Convert letters to int values
|
|
[3 replies] Last: so using the above knowledge and a simple for loop I've managed to out... (by Nonlin)
|
pls guys help ..dont know why is this code getting struck in the middle..pls help .pls pls |
|
[1 reply] : You're using non-standard C++ from 15 years ago and even getting your ... (by Moschops)
|
by Diana Magers
Getting warnings in my C++ variables
|
|
[5 replies] Last: Start a new thread with your question, use tags, and get a compiler ... (by Moschops)
|
by lena123
question about classes
|
|
[10 replies] Last: Peter, thank you very much!!! it works now:)) (by lena123)
|