Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ForceBru

Pages: [1]
1
C - C++ / Password Permutation in C
« on: April 06, 2015, 05:09:38 pm »
Nobody noticed that you have to use
Code: [Select]
FILE *list=fopen(...); You need to use file pointers instead of just
Code: [Select]
FILE.

Your code seems to be wrecked somehow. What does this mean?

Code: [Select]
char *p=

Pages: [1]