Stack Exchange
sign up
|
log in
|
careers 2.0
|
Stack Overflow
Questions
Tags
Tour
Users
Ask Question
Frank Progamer
less info
network profile
32
reputation
3
bio
website
location
age
visits
member for
6 months
seen
May 22 at 1:55
stats
profile views
6
32
reputation
bio
website
visits
member for
6 months
3
badges
location
seen
May 22 at 1:55
summary
answers
questions
tags
badges
favorites
bounties
reputation
activity
23
Actions
suggestions
reviews
revisions
comments
badges
posts
accepts
all
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
Facebook - Stack Overflow works best with JavaScript enabled