Forum: RSS, Web Services and SOAP Jul 21st, 2008 |
| Replies: 0 Views: 1,827 Hello, folks!
I'm trying to parse RSS feed and display it on my own page.
MagpieRSS (http://magpierss.sourceforge.net/) looks good enough for me, but I have a little problem.
I want to display... |
Forum: PHP Jun 12th, 2008 |
| Replies: 1 Views: 511 Hello,
I am PHP newbie (or even worse) and I have a problem with one function.
I want to load content of an external page (http://xml.goalsfeed.com/wettbasis/index.php) and I use the include()... |
Forum: C Apr 23rd, 2008 |
| Replies: 3 Views: 2,770 Hello, guys!
I have the following code:#include<stdio.h>
#include<string.h>
#include<stdlib.h>
struct list_word
{
char word[64];
struct list_word * next; |
Forum: Pascal and Delphi Apr 22nd, 2008 |
| Replies: 6 Views: 2,117 Thank you all, guys!
Really appreciated. |
Forum: Pascal and Delphi Apr 12th, 2008 |
| Replies: 6 Views: 2,117 Hello, guys!
I have to generate 10 different numbers.
What I do is to store the generated numbers in array.
Before that I check the array for duplicates.
It compiles, but I get some... |
Forum: Pascal and Delphi Dec 5th, 2007 |
| Replies: 2 Views: 3,941 Thank you very much, Duoas! Much appreciated.
You were perfectly clear and really helped me a lot.
I'm sorry for that. |
Forum: Pascal and Delphi Dec 5th, 2007 |
| Replies: 2 Views: 3,941 Hello, guys!
I have to make a program with the following features.
- array of recordsTYPE
employeeRecord = RECORD
name: STRING;
surname: STRING;
... |