Have a new problem:( I want to sort the array for gledanost. Here is the whole code so there is no confusion:
/////////////////////////////////////
#include <stdio.h>
#include <stdlib.h>
#include <iostream.h>
#include <conio.h>
#include <string.h>
#include <ctype.h>
struct oddaja
{
char...
oops a little mistake in copy&paste
the second procedure is like this:
void izpis(oddaja *vozlisce, int stodd)
{
oddaja *vmesnik=vozlisce;
system("cls");
int i=1;
while(vmesnik!=NULL)
{
cout << vmesnik -> ime << endl;
vmesnik=vmesnik -> naslednji...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.