Forum: C Nov 13th, 2005 |
| Replies: 5 Views: 12,480 Cool tutorial! :cheesy: I read it all (believe it or not) and now I'm interested in this type of classification and currently writing my first binary search tree app.. And, thus, I'll probably be... |
Forum: C Nov 12th, 2005 |
| Replies: 8 Views: 2,872 :cheesy: that's what I'm here for! To ask questions and get corrected, don't worry I'm not trying to proove anything. Thanks guys!! |
Forum: C Nov 12th, 2005 |
| Replies: 8 Views: 2,872 Haha, I don't think any of you get what I'm asking for :rolleyes:
Here's an example, I wrote the following from scratch and used no headers (except for iostream, necessary) and it will convert an... |
Forum: C Nov 11th, 2005 |
| Replies: 8 Views: 2,872 C++ :rolleyes:
and.. what do you mean it doesn't?? :-|
even still, I like to do things the hard way meaning everything (as much possible) is my own code and not refrenced in a header :cheesy:... |
Forum: C Nov 11th, 2005 |
| Replies: 8 Views: 2,872 You heard me, I want to know your guys' techniques for converting data types without using additional headers (such as studio.h).
Are there any tricks or intrinsic methods? Can I write my own... |