Page 170 of 4979 [ 79663 posts ]  Go to page Previous  1 ... 167, 168, 169, 170, 171, 172, 173 ... 4979  Next

Flow
Veteran
Veteran

User avatar

Joined: 26 Nov 2006
Age: 34
Gender: Female
Posts: 1,500
Location: WrongPlanet

24 Mar 2007, 8:19 am

I'm still here.



Gilb
Veteran
Veteran

User avatar

Joined: 4 Jan 2007
Gender: Male
Posts: 1,214

24 Mar 2007, 8:55 am

:arrow: :arrow: :arrow: :arrow: :arrow: :arrow: :arrow:



Raph522
Veteran
Veteran

User avatar

Joined: 4 May 2006
Gender: Female
Posts: 13,717

24 Mar 2007, 9:53 am

Arrows?


_________________
snowcone


bizarre
Veteran
Veteran

User avatar

Joined: 25 Feb 2006
Gender: Female
Posts: 2,981
Location: In ur threadz postin cats

24 Mar 2007, 10:01 am

I hope Starr comes back.


_________________
It are a fact
I know because of my learnings.


Gilb
Veteran
Veteran

User avatar

Joined: 4 Jan 2007
Gender: Male
Posts: 1,214

24 Mar 2007, 10:01 am

:arrow: :arrow: :arrow: :arrow: :arrow: :arrow: :arrow: :arrow:



Jameson
Veteran
Veteran

User avatar

Joined: 3 Jan 2007
Gender: Male
Posts: 2,877
Location: Here and there.

24 Mar 2007, 10:06 am

Gilb wrote:
using <stdio.h>
main()
{
printf("this is the last post so far/n ps i do know that there will be many problem with this source code because i haven't programmed c in a long time");
}


You forgot to give main() a return type. I suggest "void main()" since you don't have a return statement, though to be proper C it's a good idea to have "int main(int argc, char** argv)" and a "return 0" later in your code.

Morning all.


_________________
Air·is·water·with·holes·in·it. Think·honk·if·you're·a·telepath. Never·call·a·man·a·fool.·Borrow·from·him. A·tautology·is·a·thing·which·is·tautological. Hi!·I'm·a·.signature·virus!·Copy·me·into·your·~/.signature·to·help·me·spread!


Raph522
Veteran
Veteran

User avatar

Joined: 4 May 2006
Gender: Female
Posts: 13,717

24 Mar 2007, 10:09 am

Bye, Billy. Have fun at school.

.loohcs ta nuf evah .ylliB ,eyB


_________________
snowcone


Aspie_for_the_Lord
Veteran
Veteran

User avatar

Joined: 17 Aug 2006
Gender: Male
Posts: 3,521
Location: Bristol, England

24 Mar 2007, 10:16 am

im back :D


_________________
i am that which i am...


Raph522
Veteran
Veteran

User avatar

Joined: 4 May 2006
Gender: Female
Posts: 13,717

24 Mar 2007, 10:18 am

Welcome back
kcab emocleW


_________________
snowcone


lemon
Veteran
Veteran

User avatar

Joined: 27 Aug 2006
Age: 56
Gender: Female
Posts: 4,113
Location: belgium

24 Mar 2007, 10:31 am

bizarre wrote:
I hope Starr comes back.


she said she would come back sunday or monday (see back/away)


and a quick win for now



Raph522
Veteran
Veteran

User avatar

Joined: 4 May 2006
Gender: Female
Posts: 13,717

24 Mar 2007, 10:32 am

me likes lemons new avater

revata wen snomel sekil em


_________________
snowcone


Jameson
Veteran
Veteran

User avatar

Joined: 3 Jan 2007
Gender: Male
Posts: 2,877
Location: Here and there.

24 Mar 2007, 10:32 am

Aspie_for_the_Lord wrote:
im back :D


Where'd you go?


_________________
Air·is·water·with·holes·in·it. Think·honk·if·you're·a·telepath. Never·call·a·man·a·fool.·Borrow·from·him. A·tautology·is·a·thing·which·is·tautological. Hi!·I'm·a·.signature·virus!·Copy·me·into·your·~/.signature·to·help·me·spread!


lemon
Veteran
Veteran

User avatar

Joined: 27 Aug 2006
Age: 56
Gender: Female
Posts: 4,113
Location: belgium

24 Mar 2007, 10:36 am

Raph522 wrote:
me likes lemons new avater

revata wen snomel sekil em


*happy* :D :D :D



Aspie_for_the_Lord
Veteran
Veteran

User avatar

Joined: 17 Aug 2006
Gender: Male
Posts: 3,521
Location: Bristol, England

24 Mar 2007, 11:00 am

Jameson wrote:
Aspie_for_the_Lord wrote:
im back :D


Where'd you go?


is that a quote from a Crouded House Song Jameson? LOL

ive been busy, busy doing stuff offline... im hiding at the moment ( the advantages of having a laptop)


_________________
i am that which i am...


Aspie_for_the_Lord
Veteran
Veteran

User avatar

Joined: 17 Aug 2006
Gender: Male
Posts: 3,521
Location: Bristol, England

24 Mar 2007, 11:01 am

lemon wrote:
Raph522 wrote:
me likes lemons new avater

revata wen snomel sekil em


*happy* :D :D :D


the Avatar looks pretty


_________________
i am that which i am...


Gilb
Veteran
Veteran

User avatar

Joined: 4 Jan 2007
Gender: Male
Posts: 1,214

24 Mar 2007, 1:31 pm

Jameson wrote:
Gilb wrote:
using <stdio.h>
main()
{
printf("this is the last post so far/n ps i do know that there will be many problem with this source code because i haven't programmed c in a long time");
}


You forgot to give main() a return type. I suggest "void main()" since you don't have a return statement, though to be proper C it's a good idea to have "int main(int argc, char** argv)" and a "return 0" later in your code.

Morning all.

looking at an old 1980's C book
the term is "include" not using (that is C# :oops: )
there is a missing # on the preprocessor command Include
i remember being told that i should always give main() a return type but in this case it doesn't matter
though i am just a newbie when it gets to programming, i have no idea what "char** argv" actually does