quick question

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Rangu2057
Posts: 87
Joined: Mon Jul 23, 2007 8:37 am
Location: wilmington, NC

quick question

Post by Rangu2057 »

Ok i just would like to know a few questions about coding in c

1) what is const char, what does it mean?
2) Why is there an asterisk (*) behind most words
3) what does void mean

I have been studying c for quite some time now, and i can see how it much easier it is to code basic apps such as reading a simple textfile, but i am working on trying to port a Ti-84 plus calculator homebrew app for the psp as no one has begun on this yet, so please if you could tell me, or point me in the right direction i would be much pleased

thank you
Rangu2057 :)
the questions of today are awnswered by the blood and bullets of tomorrow! ---EagleEye--- (Socom FTB2)
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

We aren't here to teach you beginner level C programming. You'll have to take questions like those somewhere else - take a class at a community college, or teach yourself via books and online tutorials. We have neither the time, nor the inclination to teach "basic" programming to people.
Rangu2057
Posts: 87
Joined: Mon Jul 23, 2007 8:37 am
Location: wilmington, NC

Post by Rangu2057 »

sorry i know, um this may seem weird but i go to UNCW and im only 14, have u ever heard of a school called Isaac Bear?

It seems that i have managed to find out what each one means on my own, but like i said be on the lookout for some of my sweet apps im planing to release

ok i have managed to find some helpful tutorials and a ebook, thanks for your time and attention
the questions of today are awnswered by the blood and bullets of tomorrow! ---EagleEye--- (Socom FTB2)
PiCkDaT
Posts: 69
Joined: Thu Oct 04, 2007 9:49 pm

Post by PiCkDaT »

C can be pretty hard, I myself am not an expert but I picked up on some things pretty quick, my only problem at the moment is memory management and how the hell everyone figured out how to decode/decrypt things.. lol I admire everyone in the PSP community for that btw
Enlighten me, Reveal my fate -- Follow - Breaking Benjamin
Rangu2057
Posts: 87
Joined: Mon Jul 23, 2007 8:37 am
Location: wilmington, NC

Post by Rangu2057 »

me too, if i knew how they did it i would be set

like how do they know mp3 have channels and all that, but some things arent that hard to notice, but if u need any help with any coding let me know, i can try to help as best i can
the questions of today are awnswered by the blood and bullets of tomorrow! ---EagleEye--- (Socom FTB2)
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Okay, I will give you some serious advice... wikipedia.

http://en.wikipedia.org/wiki/C_language

It's a fine overview with lots of info and links, including links to online tutorials and references. If that isn't enough, you should probably check into programming classes at your high-school or local community college.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

better yet forget your digital age and READ A BOOK !
ahh the wonders of print and processed paper products :)

BEST beginner book on C that I have reviewed
and comes highly recommended by myself as I constantly
refer to it when any friend is in need of getting quickly up to speed
with the C language.
Practical C Programming

CLASSIC
K&R C Programming

ADDITION TO K&R
Practice Programming

GOOD
The Joys of C

BETTER
Succesful Commercial C Development

NOW YOUR THINKING !
C Traps & Pitfalls

GREAT TO KNOW STUFF !
Programming Pearls

AND FINALLY THE BOOK EVERYONE SHOULD REFERENCE
C: A Reference

If the above all look so much and daunting is because they are ! muahhaha
The beginning is always so far behind, you will devour more and more
but keep in mind that once your on a roll you really are rocking now.
Also most books by Oreilly and Addision-Wesley are all just good pro knowledge
and you should def take a look at their catalogs. Like any language C
requires your patience and practice, eventually you will see your progression
and then the hammer of Thor himself cannot stop your thirst/crave for more ;)
10011011 00101010 11010111 10001001 10111010
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Funny, but I've never read a single book on C. By the time I got into C programming, I understood the fundamentals of programming well enough to get by with just a concise reference.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

yes but you already understood programming before C :)
these are all above for these kids that never program before
and usually books are much better to concreate the information
in your head ...as you are receiving physical stimuli by touch and visual
by jumping around pages ...sometimes even smell stimuli for those
books that reek of silverfish :)
10011011 00101010 11010111 10001001 10111010
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Yes, I prefer dead wood to electronic. Just something about a book you don't get with an eBook.
Rangu2057
Posts: 87
Joined: Mon Jul 23, 2007 8:37 am
Location: wilmington, NC

Post by Rangu2057 »

Thank you for the information and i am greatly thankful for the links also using wikipedia i managed to find a lot other useful links/info on psp development. let me know if i can help you guys with anything as i dont do anything but watch tv all weekend so if you want to request an app be made let me know and i plan on creating a study guide in c programming and a ebook that i just bought

Cheers
Rangu2057 :)
the questions of today are awnswered by the blood and bullets of tomorrow! ---EagleEye--- (Socom FTB2)
Post Reply