• Welcome to AH.FM

    Join the Biggest EDM Community, engage in discussions, share music, and connect with fellow electronic music enthusiasts!

23-11-2009 Misja Helsloot - All Exclusive 008

How do you rate this show?


  • Total voters
    8
* Been Listening : 794 (end-of-set) ~ * Misja Helsloot - All Exclusive 008 on AH.FM *







:replay: :thankyou: great set ! :good2:
 
#include <stdio.h>
#define LIST_SIZE 5000
typedef struct
{
char name[100];
char power[100];
int age;
int faction;
} XMan;
int main()
{
XMan list[LIST_SIZE];
int counter;
for(counter = 0; counter < LIST_SIZE; counter++)
{
printf("Enter Name\n");
scanf("%s", list[counter].name);
printf("Enter Power\n");
scanf("%s", list[counter].power);
printf("Enter Age\n");
scanf("%d", &list[counter].age);
printf("Enter 1 for good, 0 for evil\n");
scanf("%d", &list[counter].faction);
}
printf("%s\n%s\n%d\n%d\n", list[counter].name, list[counter].power, list[counter].age, list[counter].faction);
}

:rofl:

LOL! I understood all of that too. I'm taking C++ this semester. I love that class. I love programming. Ha! :lolz::cat:

Oh wait. That's not quite C++. What is that exactly? :blink:
 
Aw. Prime time time is over. I have to do my homework now. Rats. :(:cat:
 

Back
Top