Forum: C Feb 5th, 2008 |
| Replies: 4 Views: 702 Here is some nasty code, I've translated it from Croatian. Hope it makes
sense.
However, sorting looks pretty nasty and it's written badly. Any suggestions
in changing?
I am stuck with the... |
Forum: C Feb 3rd, 2008 |
| Replies: 8 Views: 1,187 What do you think about something like this? Still, I have to manage to add preorder search and deletenode function.
#include <stdio.h>
#include <stdlib.h>
#define ISFILE 1
#define... |
Forum: C Jan 28th, 2008 |
| Replies: 8 Views: 1,187 I am back again. It happened to be that is no time-limit for this, and it's something completely different than I thought.
It must be something like a general tree type and there is not much... |
Forum: C Jan 25th, 2008 |
| Replies: 4 Views: 702 I need to write something like this, just plain and simple c.
1. Program starts and prints 5 news titles
2. You select one and it prints news body
3. after viewing you select close and select... |
Forum: C Dec 25th, 2007 |
| Replies: 8 Views: 1,187 I don't want from you to write the program, just some ideas how I could manage to write something like that. |
Forum: C Dec 25th, 2007 |
| Replies: 8 Views: 1,187 XP, Mingw in DevC++. Any ideas you have in mind? :) |
Forum: C Dec 25th, 2007 |
| Replies: 8 Views: 1,187 Well, this is what we got for writing this holidays at school using plain C and the most simple methods. Any solutions available?
Create program for defining hierarchical file-system structure in... |