by powercut
fread error (reading a random access file sequentially)
|
|
[2 replies] Last: Thank you so much, i figured it out at school today! xD But i didnt k... (by powercut)
|
by theateist
_BLOCK_TYPE_IS_VALID(phead->nBlockUse) — assertion faliure
|
|
[3 replies] Last: http://en.wikipedia.org/wiki/Segmentation_fault Both allocate memor... (by helios)
|
by vRltwE
Passing a matrix from one methot to another
|
|
[3 replies] Last: Hi, how can I do to pass matrix from method matrix_read to mai... (by vRltwE)
|
problem with some data structures |
|
[4 replies] Last: #include "GridLayer.h" #include "Particle.h" #include <vector> ... (by ulisseodisseo)
|
by hatrang
EOF= -1 ???
|
|
[3 replies] Last: oh and in your code you were reading formated text, the same as you wo... (by csiz)
|
by steinzfan
Pointers, global variables, and class frustration...
|
|
[1 reply] : if your working with classes , that means c++, why don't u use stl , e... (by csiz)
|
by nikers
Trouble with classes communicating...
|
|
[no replies]
|
by Tom Backton
Arrays, Pointer Arithmetics and Type Casting
|
|
[3 replies] Last: Problem solved: this method doesn't work unless the classes have the s... (by Tom Backton)
|
by csiz
unexpected class/pointer behavior
|
|
[2 replies] Last: Dam that was a huge pain in the darkness to fix. I made them virtua... (by csiz)
|
Generating randomized values within a given range with no redundancy. |
|
[17 replies] Last: ok... now something offtopic: may u make a squirrl fly to sirius by... (by Incubbus)
|
How do I write a binary integer to a file, using a string? |
|
[1 reply] : string.push_back(n&0xFF); n>>=8; Iterate that to write the integer... (by helios)
|
by xvaldetaro
I dont know how to use a for loop anymore?
|
|
[2 replies] Last: The for does what you'd expect it to, so that's not the problem. The p... (by helios)
|
by prasadi
coredump due to SIGBUS
|
|
[9 replies] Last: Right -- well my suggestion to try catching std::bad_cast was silly. ... (by PanGalactic)
|
by dmoore210
Processing input of a Char and an Int
|
|
[1 reply] : Why not just disallow zero or for that matter any number less than and... (by buffbill)
|
by translore
My Huffman Solution! Critique My Code Please!
|
|
[7 replies] Last: Cool man...glad to hear you think it is neat so far! (by translore)
|
by kljuco
assertion problem (destructor)
|
|
[1 reply] : In function: void kolekcija<T>::addUKolekciju(T &a) { ptr =&a; ... (by kbw)
|
by denis90
Troubles with members override rules
|
|
[8 replies] Last: The only-when-needed dynamic_cast<> solution proposed by Disch seems t... (by denis90)
|
by Ashishm1995
No iostream
|
|
[9 replies] Last: The only thing you can do is try till ya die. I would suggest looking ... (by closed account S6k9GNh0)
|
by vipul mehta
expected initializer before '&' token error
|
|
[1 reply] : Are you missing using namespace std; ? (by kbw)
|
by Lana
A new-initializer error
|
|
[2 replies] Last: You have to rely on the default constructor. The code becomes: Sort... (by kbw)
|