User profile: drowdemon42
User info |
User name: | drowdemon42 |
Statistical data |
---|
Gender: | Male |
Occupation: | Other |
Skills: | C++ |
History |
Joined: | |
Number of posts: | 8 |
Latest posts: |
iostream changes a pointer I solved the problem: I store the temporary variable in an vector, which is global, so that it is pe...
iostream changes a pointer I ran the code with the board class, and after init() executed, the values were fine, but once print...
iostream changes a pointer I am not sure, but I think that if it was [code]piece board[8][8][/code] then I can't set it to the ...
iostream changes a pointer No other code is being executed, except this:
[code]
board[1][0]=&pawn(piece(0,1,1,true));
...
iostream changes a pointer Note: after a bit more debugging, I found that memory that a pointer in board that was modified by m...
|