![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 148
Rep Power: 4
![]() |
This is kinda dumb
When I print my code in Visual C++ 6 it only prints in black and white. This seems rather dumb of Microsoft not to include color printing.
|
|
|
|
|
|
#2 |
|
Newbie
|
It's because you didn't enable the "ASCII ANSI TERMINAL EMULATOR" feature in the mainline BIOS optimization/terminal display settings on startup. Duh. Nah, just kidding. Good luck with Visual Studio!
Best wishes, Don |
|
|
|
|
|
#3 |
|
Programming Guru
![]() |
lol glad this guy is banned
|
|
|
|
|
|
#4 |
|
Professional Programmer
|
lol. In case this first question needs to be answered still, there are a lot of C-style syntax to HTML converters out there. Go grab one.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#5 |
|
Programming Guru
![]() |
That Dan guy just brought a whole new level of weird to these forums.
__________________
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 148
Rep Power: 4
![]() |
I'm pretty much on page 1 so what is a convertor?
|
|
|
|
|
|
#7 | |
|
Professional Programmer
|
Quote:
c2html conversion is available in Dev-C++ by default ( goto File->Export->To HTML ) If you dont use Dev-C++... c2html -- http://user.cs.tu-berlin.de/~schintk...l-0.9.5.tar.gz However, if you can't compile that source... http://qbnz.com/highlighter/ And if you don't like that... http://www.midnightbeach.com/ftp_pag...ghlighter.html That should get you started! ![]()
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|