Thread: Cant use as function...?

  1. #76
    Registered User
    Join Date
    Jun 2008
    Posts
    114
    Take it easy now. Phantomotap is merely pointing out that you seem to lack some very basic understanding of how the language works, and suggests that you read books and/or tutorials until you get a better understanding before taking on projects doing something and start asking questions about why something doesn't work when it's a syntax error.
    I was doing fine until i got introduced to classes and changing my chars to strings thats what made it confusing :P. But i am reading a book as i said, And Phantomotap you sure are smart right. Someone asks for a question and gets a answer that definitly means "Hey this guy cant help himself" you really are obnoxious. Besides all you have done is made pointless posts im only going to "glimpse and guess". And if you havent noticed i posted that i had already figured my last question out, And really if your going to internet police, Saying i shouldnt post topics on a c++ forum asking for some pointers then your pretty ignorant. Saying i dont help myself once again is quite a assumption, But i assume you dont have very good people skills.
    Who needs a signature?

  2. #77
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    There's also a limit to how much you should ask.
    You are basically just throwing in ideas and asking us to fix it.
    When we notice that everything is messed up - such as syntax, just basic concepts (like the lowering of the string), then it means you haven't studied enough.
    Make sure you properly learn how classes work, for example, before you start messing with code that uses it, and asking questions.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #78
    Registered User
    Join Date
    Jun 2008
    Posts
    114
    Ya im reading this book it hasnt got to classes yet but it will get thier soon :P

    not sure if i should be reading and doing or just reading.

    prolly get more of a learning experience if i do the examples they give in the book
    Last edited by Nathan the noob; 02-19-2009 at 12:06 PM.
    Who needs a signature?

  4. #79
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Then I would suggest you hold your horses with OOP programming for a while until you DO get there. Now, good luck.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #80
    Registered User
    Join Date
    Jun 2008
    Posts
    114
    Well i hope the horses dont get lose. but ya il try reading till i get thier. wow c++ reads math eqautions wierd.
    Who needs a signature?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  3. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  4. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  5. const at the end of a sub routine?
    By Kleid-0 in forum C++ Programming
    Replies: 14
    Last Post: 10-23-2005, 06:44 PM