Using deque<double> as array |
|
[3 replies] Last: Thanx for your answers! After checking the deque reference again, ... (by freaklamarsch)
|
by Xendraw
Card game template (1,2)
|
|
[22 replies] Last: ok i have completed it, and it works fine, thank you all very much for... (by Xendraw)
|
by mike617
Proofread my Code!
|
|
[3 replies] Last: You can declare a variable wherever you want. Passing 'choice' to menu... (by coder777)
|
by soranz
multiple stringstream objects
|
|
[2 replies] Last: Thanks Borges ! Worked like a charm :) (by soranz)
|
by gunner916
Winsock Error 10045
|
|
[5 replies] Last: ok kbw i thank you very much on this, i will give using select() a sho... (by gunner916)
|
Excel generation in C, C++ |
|
[3 replies] Last: BIFF records make up .xls files. But the format's been tweaked for ea... (by kbw)
|
by vietory
how to overload < for std::sort
|
|
[3 replies] Last: Thanks Cubbi those were really good responds and functor is what I nee... (by vietory)
|
char and const char help |
|
[4 replies] Last: I'm using atoi bc I know that it returns 0 if a string contains someth... (by closed account 4ET0pfjN)
|
by bd123
C++ Vectors and Optimization
|
|
[2 replies] Last: I am using the algorithm that was on the wikipedia page because it see... (by bd123)
|
by oiramih
If statement checking chars
|
|
[8 replies] Last: It was a truth table assignment for discrete mathematics. The main ass... (by oiramih)
|
by Rainman0330
Need help with c++
|
|
[15 replies] Last: But why in visual c++ does it pop up and instantly go away Use Ctrl... (by Cubbi)
|
by ramus313
Battleship problems!
|
|
[8 replies] Last: yes thank you i was having trouble and that was why, but still, it on ... (by ramus313)
|
by Rainman0330
Little help with c++ and directx please
|
|
[1 reply] : Visual C++ uses Microsoft's compiler, whereas Code::Blocks uses MinGW'... (by closed account zb0S216C)
|
by Colan
Hi, SDL query..
|
|
[1 reply] : You're using SDL_Flip wrong. I don't know what you expect it to do th... (by Disch)
|
by stamatis
Error in a program.
|
|
[10 replies] Last: yes! tnx m8! i will try fix it now! tnx! (by stamatis)
|
by xNovak
Simple Terminal Game
|
|
[4 replies] Last: That's because of this: if(player2Attack == 'y') //////if 'y' ... (by Lynx876)
|
by Stewbond
Parsing strategy
|
|
[5 replies] Last: [quote=Stewbond]Now is there a shortcut for lines 6 and 16? A standard... (by ModShop)
|
by ModShop
Strange Heap Corruption
|
|
[8 replies] Last: That's what I thought too, it was probably something of my own doing, ... (by ModShop)
|
by nikeshjha
operator overloading
|
|
[5 replies] Last: There is a default + operator for std::string + const char * (in std::... (by LB)
|
by alexbnc
Going crazy with adding char* values to a vector
|
|
[12 replies] Last: Peter07, I would to give you the biggest hug ever. Thanks man! Thank y... (by alexbnc)
|