Search Results

Search: Posts Made By: Luke Bonham
Forum: Programming 07-04-2010
2,124
Posted By Luke Bonham
Yeah, those forgot "struct" in functions...
Yeah, those forgot "struct" in functions signatures. A very beginner's error.



Right.

Thank you all.

Edit:

Since my real problem is that I need real code instead of examples to get a...
Forum: Programming 07-03-2010
2,124
Posted By Luke Bonham
c - problem with headers?
I have a simple program to create a poker deck, shuffle it and deal cards. Here it is:

#include <stdio.h>
#include <stdlib.h>
#include <time.h>

struct Card {
char *face,
*suit;...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy