Actual Results
- frankly
- Foro: Announcements & Rules
- Tema: New Design for Ozzu Webmaster Forum
- Subject: New Design for Ozzu Webmaster Forum
- Respuestas: 119
- Vistas: 38982
- Subject: New Design for Ozzu Webmaster Forum
Posted: Noviembre 2nd, 2003, 11:12 am
um...haven't been here long
but I think it really looks nice now. Plus it's easier to see the fonts and stuff, simply COOL 
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Windows API (Main Window Encapsulating 6 Child Windows)
- Subject: Windows API (Main Window Encapsulating 6 Child Windows)
- Respuestas: 2
- Vistas: 3255
Posted: Mayo 5th, 2003, 4:35 pm
Oh hehe, I'm right here :mrgreen: Just that I spent most of the time messing with those nasty codes, nah...killing me... :shock: But well it's better these days coz I've passed the most cimplicated parts. And yes you can see I'm making the GUI now. But still...got a lot of work to do So hehe, franky...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Windows API (Main Window Encapsulating 6 Child Windows)
- Subject: Windows API (Main Window Encapsulating 6 Child Windows)
- Respuestas: 2
- Vistas: 3255
Posted: Mayo 5th, 2003, 6:16 am
Hi ppl, I'm quite new to windows API and want u guyz to give me some help here, thanz really!! I have a main window now and I created 6 child windows, each for running an executable C program. I have 6 C programs which are actually socket programs. They talk to each other using TCP . What I'm doing ...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: GUI using C
- Subject: GUI using C
- Respuestas: 2
- Vistas: 13170
- Subject: GUI using C
Posted: Abril 3rd, 2003, 5:24 am
Well I can't say I have already come up with a method but I THINK I'm gonna use Windows API haha. Coz the thing that I wanna do, (almost) can only be done by windows API. So I'll have a go for it I think haha. So anyone has any idea, u cuold still drop a few lines here. ur suggestions r more than we...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Socket Programming in DEV C++
- Subject: Socket Programming in DEV C++
- Respuestas: 2
- Vistas: 16118
- Subject: Socket Programming in DEV C++
Posted: Abril 2nd, 2003, 11:07 pm
yes u might be right about that...hmp....think I'll go check out te libraries 
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Socket Programming in DEV C++
- Subject: Socket Programming in DEV C++
- Respuestas: 2
- Vistas: 16118
- Subject: Socket Programming in DEV C++
Posted: Abril 2nd, 2003, 8:14 pm
I m using DEV C++ and I wanna make a thread in my program. If I m in a UNIX environment, I know I'll simply have to include pthread.h and then use pthread_create or use fork(). But in DEV C++ I think both of them r not recognized. So I did some search on google and found _beginthread with using the ...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: GUI using C
- Subject: GUI using C
- Respuestas: 2
- Vistas: 13170
- Subject: GUI using C
Posted: Abril 2nd, 2003, 4:01 am
Hi ppl, I wanna make a simple GUI using C. Just a window with some subwindows inside....some frames I mean. And each window displaying the output of a program. So that is if I have 4 programs I'd probably have 4 frames inside the main window and my question is, what should I use to write such an int...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Source on Multicast connection in C
- Subject: Source on Multicast connection in C
- Respuestas: 9
- Vistas: 4149
- Subject: Source on Multicast connection in C
Posted: Marzo 26th, 2003, 7:34 pm
Well I thnk maybe it's just my browser.it is a browser generated error. u know gatewat error, just like those "cannot be reahced" error when ur not online..but I was surfing on othe sites and they're all OK. So I really don't know... 
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Source on Multicast connection in C
- Subject: Source on Multicast connection in C
- Respuestas: 9
- Vistas: 4149
- Subject: Source on Multicast connection in C
Posted: Marzo 26th, 2003, 6:10 pm
o...I got "gateway error" in the browser. think the forum is too congested? haha don't know 
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Source on Multicast connection in C
- Subject: Source on Multicast connection in C
- Respuestas: 9
- Vistas: 4149
- Subject: Source on Multicast connection in C
Posted: Marzo 26th, 2003, 8:00 am
Thanz soooooooooo much!!
ps. the reaons I an replying so late is I can't logon to the forum in t\his couple of days...does anyone experienced the same thing?
ps. the reaons I an replying so late is I can't logon to the forum in t\his couple of days...does anyone experienced the same thing?
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Source on Multicast connection in C
- Subject: Source on Multicast connection in C
- Respuestas: 9
- Vistas: 4149
- Subject: Source on Multicast connection in C
Posted: Marzo 23rd, 2003, 2:05 am
O cool haha bigwenmaster is really big!! I just found that source and it's one of the useful source I found on the web haha So I think I'm gonna use thread instead of fork, coz seems like it got more functions...but it's less common. I couldn't find much source about thread on the web. So any guyz o...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Source on Multicast connection in C
- Subject: Source on Multicast connection in C
- Respuestas: 9
- Vistas: 4149
- Subject: Source on Multicast connection in C
Posted: Marzo 21st, 2003, 10:48 pm
Hi ppl, Anyone knows where I can get some source on multicast programming in C? I've been searching on google for quite a few hrs...nth came up....Maybe my searching method has some problems....and also I'd like to ask, for a program to use multicast in sending and receiving, as in many other networ...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Catching <Ctrl-S> & <DELETE> from stdin
- Subject: Catching <Ctrl-S> & <DELETE> from stdin
- Respuestas: 1
- Vistas: 1688
Posted: Marzo 21st, 2003, 9:37 am
Hi ppl, I wanna know how to catch the signal <DELETE> in the command prompt? Also, <Ctrl-S> is a special character to suspend the terminal, so how can I catch this character? Should I simply monitor the stdin(fd=0)? And stdin by default is line-buffered, so how do I handle the command pr...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Newline using fprintf
- Subject: Newline using fprintf
- Respuestas: 1
- Vistas: 3400
- Subject: Newline using fprintf
Posted: Marzo 20th, 2003, 11:24 am
O....funny don't know why I closed the project and then opened it again, it's alright now. haha cool But do you know how to read the file using fscanf then? I mean read one line at a time, normally we'r use fgets or gets but then again I wanna do it with fscanf, do u know how? I guess maybe sth like...
- frankly
- Foro: Programming / Scripting / Coding Forum
- Tema: Newline using fprintf
- Subject: Newline using fprintf
- Respuestas: 1
- Vistas: 3400
- Subject: Newline using fprintf
Posted: Marzo 20th, 2003, 10:08 am
Hi,
Anyone knows how to enter a newline using fprintf? Yes I wanna stick with fprintf coz I am not really outputting a char arry to the file.
Thanz!!
Anyone knows how to enter a newline using fprintf? Yes I wanna stick with fprintf coz I am not really outputting a char arry to the file.
Thanz!!
