by Redfox814
Code::Blocks help!!!
|
|
[2 replies] Last: Well, vector is part of the STL. (by doug4)
|
by joachimHS
open a WORD doc or EXCEL Sheet with C++
|
|
[6 replies] Last: No problem. Happy to help (by apache1649)
|
by toomanystars
Passing object into object
|
|
[4 replies] Last: There is nothing to be embarassed, to error is human:):) (by SirSmilesaLot)
|
by Rii
File opening method problem (division by zero)
|
|
[4 replies] Last: It's running fine for me here. What line is the crash happening on? ... (by Rii)
|
by MAQAH
strlen
|
|
[11 replies] Last: @anirudh sn and @Hendro P Sinaga Let me show you this: #include <std... (by S G H)
|
by gamefanatic
c++ segmentation fault with vector
|
|
[9 replies] Last: i saw it right after I asked (by gamefanatic)
|
by chameleon
compiler warning about inline members
|
|
[2 replies] Last: GCC says it will not inline the destructor. Probably because it would ... (by Peter87)
|
by HCsquared
system("runfile") open bracket problem
|
|
[3 replies] Last: ne555: Ah I see. Yes, when I try to run C:\Dev-Cpp\export(test).xls in... (by HCsquared)
|
by zjhok2004
Help. what is wrong with my code?
|
|
[1 reply] : In the private section of the class you have int result ; . Shouldn't... (by Peter87)
|
by waliu
templates and inheritance
|
|
[5 replies] Last: If you're curious why this works, see C++ FAQ at http://www.parashift.... (by Cubbi)
|
by unstoppy
how to decrease memory usage?
|
|
[3 replies] Last: In addition to haglerchristopher's question, what do you need all this... (by BlackSheep)
|
by shywolf91
Need help with shape collision in tetris clone
|
|
[1 reply] : Hi there, I don't see any "board" matrix in your code which stores th... (by closed account o3hC5Di1)
|
by choccokels
If Statement Trouble
|
|
[2 replies] Last: I created your program. i hope that i will help you,tell me if it help... (by skarla)
|
by Kronolynx
confused with operators ++ -- (1,2)
|
|
[23 replies] Last: thanks you very much :) (by Kronolynx)
|
by itchoi09
C++ beginner question with structure
|
|
[2 replies] Last: Oops I noticed i made a mistake when writting near at the end. it sho... (by itchoi09)
|
by NerdTastic
Weird output... not sure how to describe. Long code, be warned.
|
|
[9 replies] Last: You can easily avoid global variables like so: ... //global vars ..... (by coder777)
|
by me1291
Unable to call/reference methods from other .cpp files using main.cpp.
|
|
[12 replies] Last: The problem with strings that I mentioned is that he wrote the code so... (by newbieg)
|
can anyone please check this program to see what's wrong on it . |
|
[1 reply] : I think you've got a misprint here: for (i=0; i<n; ++i ) { cou... (by ortymd)
|
by Redfox814
Books for visual C++
|
|
[2 replies] Last: i donno any books, but this link will surely fulfill your needs: http... (by SirSmilesaLot)
|
printing an array |
|
[2 replies] Last: Thanks... my bad (by curtisschlepp)
|