by jameric
Pass by reference
|
|
[1 reply] : You don't need to pass it an address. You pass it a normal object and ... (by tummychow)
|
problem reading data in binary mode |
|
[6 replies] Last: oh, i'll try that. But i ended up needing a unsigned char to calculate... (by closed account 236Rko23)
|
by Vic
Passing 2dimensional array to function
|
|
[2 replies] Last: You can pass a pointer to pointer and the two dimensions, use template... (by Bazzy)
|
by brentsid
Default parameters in fist ever class
|
|
[6 replies] Last: secretType secretObject(string = " ", int = 0, int = 0, double = 0); ... (by Warnis)
|
by Rycul
Array values incorrect positions
|
|
[8 replies] Last: Thanks again :) I'm not yet completely with you on that... but I'm get... (by Rycul)
|
by cams91
error
|
|
[3 replies] Last: you mean visual studio not visual basic isn't it? (by blackcoder41)
|
by blackcoder41
Sudoku Solver without recursion
|
|
[4 replies] Last: i've done it.. using for loop yey :) .. except it can only solve the f... (by blackcoder41)
|
by BettyBoopTS
Notepad ++
|
|
[11 replies] Last: wow! neat code. good for you... (by blackcoder41)
|
by romsok
Directing a file into standard input
|
|
[3 replies] Last: I'm not sure if this is what you mean, but in a *nix OS, on the comman... (by moorecm)
|
by p4ilul
get value from an address
|
|
[10 replies] Last: actually i'm developing a Modbus RTU application. Do you have any reco... (by p4ilul)
|
by jackpoophard
What's wrong with this, output question
|
|
[2 replies] Last: Be careful with typos. It's <<, not <. (by helios)
|
by burnero
Problem with a class
|
|
[1 reply] : When making pointers (as arguments or as actual variables) you need to... (by firedraco)
|
by Mupp
Goto/Start to another file?
|
|
[2 replies] Last: And now for the pessimist's opinion: http://www.cplusplus.com/forum/a... (by tummychow)
|
by freezway
Array to images?
|
|
[4 replies] Last: In file included from /usr/local/include/pngwriter.h:58, ... (by freezway)
|
by ripley
int to char
|
|
[2 replies] Last: if I used string I had to change loats of things in my program, which ... (by ripley)
|
by Warrior2089
Having trouble with Microsoft Visual Studio 2010
|
|
[6 replies] Last: I have the same problem. It says it's unable to start program and it c... (by doctober)
|
by tensheapz
String mutability
|
|
[3 replies] Last: Ah, that makes sense! Thanks. (by tensheapz)
|
by hadoque
direct function input
|
|
[3 replies] Last: Ok, thanks. Helper function seems straight forward. I'll look into t... (by hadoque)
|
by mkitchen
Expected Primary Expression Error
|
|
[15 replies] Last: Good point. Aren't dynamic arrays or pointer arrays virtually infinit... (by mkitchen)
|
by makan007
IF ELSE VS Switch
|
|
[7 replies] Last: In general, compiler extensions should be used carefully and portabili... (by tummychow)
|