Forum: C Oct 16th, 2004 |
| Replies: 7 Views: 2,276 Ah..I see, thought kinda wrong then, hehe.
I think I know how to do it now, thanks. |
Forum: C Oct 16th, 2004 |
| Replies: 7 Views: 2,276 Arg.. hit the wrong button -.-
No way to delete my own posts in here? |
Forum: C Oct 16th, 2004 |
| Replies: 7 Views: 2,276 Arite, should bring me on...
I didn't use kbhit yet though, since as far as I had been proceeding getch worked quite well.
Thank you.
And concerning searching... So far I've been searching... |
Forum: C Oct 15th, 2004 |
| Replies: 7 Views: 2,276 Unfortunately I aint able to edit this post since I posted when I was on another comp, so I'll ask again a bit more precisely:
I need a function that returns the int value of the last pressed key,... |
Forum: C Oct 15th, 2004 |
| Replies: 7 Views: 2,276 Hi again,
since my last thread I proceeded a bit and in the meanwhile took a closer look on Mode13h. I started programming some simple games like Snake etc, but I'm stuck on a specific function I... |
Forum: C Sep 25th, 2004 |
| Replies: 11 Views: 8,211 Just wanted to say, I just skipped all non-printables using an int array and it works just as it's supposed to.
Might be getting annoying by the time, saying it in every post, but thanks again.... |
Forum: C Sep 25th, 2004 |
| Replies: 11 Views: 8,211 That was all I actually wanted to know. Thanks once again. ^^ |
Forum: C Sep 24th, 2004 |
| Replies: 11 Views: 8,211 Thanks, might be quite of use, though probably not directly in what I'm thinking of.
See the attachments, I just want the fourth attachment (Dos, page2) to be like the second one (W32, page2). |
Forum: C Sep 24th, 2004 |
| Replies: 11 Views: 8,211 I see, thanks again.
But seeing this...
The output under Win32 is like:
1 - ☺
2 - ☻
3 - ♥
4 - ♦
5 - ♣ |
Forum: C Sep 24th, 2004 |
| Replies: 11 Views: 8,211 Wow, thanks for the fast reply.
Well, but how to skip them most easily?
The first and more or less only thing that comes into my mind is like:
if ( i != 26 && i != anotherone && i !=... |
Forum: C Sep 24th, 2004 |
| Replies: 11 Views: 8,211 Hi,
I just started a program containing every single prog we have done for school so far and added some private stuff.
Searching through my older files I found a prog which lists all Integers... |