Printing files cuts the end of lines if too long
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
When trying to print out sourcefiles with long lines,
dev-cpp cuts of the end of lines so they doesnt get
printed on the paper, for exampel:
rotate_sprite(buffer, enemy, int(xenemy) -
enemy->w/2, int(yenemy) - enemy->h/2,
itofix(int(angle/2/M_PI*256)));
gets cut to:
rotate_sprite(buffer, enemy, int(xenemy) -
enemy->w/2, int(yenemy) - enemy->h/2, i
//Vinky
Logged In: NO
Thats why there's the word wrap feature under the print
dialog - that should fix your problem