32 reputation
3
bio website
location
age
visits member for 6 months
seen May 22 at 1:55
stats profile views 6

Jan
21
awarded  Commentator
Dec
12
comment if(function(s)) { statement } (Language C) (Standard return) (+newbie) (+abreviated expressions)
so normally 0 = failure, and 1 = sucess?; one more thing: int main has an return 0 which represents a success, so its kinda of confusing
Dec
12
accepted if(function(s)) { statement } (Language C) (Standard return) (+newbie) (+abreviated expressions)
Dec
12
asked if(function(s)) { statement } (Language C) (Standard return) (+newbie) (+abreviated expressions)
Nov
22
comment My loop duplicates the last char… (Language C)(feof)(char by char)
c is a char... I'm reading a text file that looks like it "+1 2", but the number 2 appear duplicated when I use that code, dont know why. Anyway, the last char is always duplicated...
Nov
22
asked My loop duplicates the last char… (Language C)(feof)(char by char)
Nov
18
accepted fscanf in a function (Language C)
Nov
17
comment fscanf in a function (Language C)
Got it! it worked ;)
Nov
17
asked fscanf in a function (Language C)
Nov
17
accepted Convert a char to double
Nov
17
awarded  Scholar
Nov
17
accepted Read all the subsequent chars and transform into an int
Nov
17
asked Read all the subsequent chars and transform into an int
Nov
16
asked Convert a char to double
Nov
2
comment How do I know if an specific position of an dynamic allocated array is NULL?
but... if I try to do that, "assignment makes integer from pointer without a cast", anyway, thanks for helping
Nov
2
comment How do I know if an specific position of an dynamic allocated array is NULL?
Telgin, but... if I try to do that, "assignment makes integer from pointer without a cast"
Nov
2
comment How do I know if an specific position of an dynamic allocated array is NULL?
could I use a for to fill my array with NULLS?
Nov
2
comment How do I know if an specific position of an dynamic allocated array is NULL?
When you say fill the array with nulls, I think something like this: for(i=0;i<10;i++){ array[i]=NULL; } is it correct?
Nov
2
asked How do I know if an specific position of an dynamic allocated array is NULL?
Oct
31
awarded  Student