Mar 26, 2014 at 12:18am UTC
there are no small letters in my post. they are only small if you make them small.
Mar 26, 2014 at 8:48am UTC
Yes, the FAQ on this site is still under active development (and from the look of things, probably won't be ready for a while).
Mar 26, 2014 at 8:48am UTC
As I mentioned it is a work in progress(WIP).
Mar 26, 2014 at 2:52pm UTC
It looks good although i don't understand the code under "strings & arrays". I believe it will be sorted out when it's done. A good reference.
Mar 26, 2014 at 5:02pm UTC
@ Nathan2222: The code is very clear and understandable. What part do you not understand?
Mar 26, 2014 at 6:43pm UTC
are you sure? i just did ctrl+f for just bool and it found nothing. also i dont think you can legally do bool::anything in c++. although, i would appreciate it if one of the more knowledgable members backed me up or corrected me on this
Mar 26, 2014 at 7:55pm UTC
I've still not found it.
@little bobby: i hope i find it to confirm. :(
Mar 26, 2014 at 10:11pm UTC
@ Bobby: bool is a datatype. It is neither a class nor a namespace. So you cannot do bool::something and get away with it ;).
Last edited on Mar 26, 2014 at 10:11pm UTC
Mar 27, 2014 at 5:00am UTC
Stormboy is right, bool is a datatype. There is no part of this site (outside of his post and your reply) that has bool ::
in it.
Last edited on Mar 27, 2014 at 5:22am UTC
Mar 27, 2014 at 6:40am UTC
I've found it :). It's under strings & arrays, under that, you'll find comparing strings without case sensitivity and you'll see the codes. I was confusing things because bool
was the datatype of that thing.
It was boost::
i was seeing.
Mar 27, 2014 at 2:25pm UTC
boost is a library. You use boost:: to access something in the boost namespace.
Mar 27, 2014 at 6:47pm UTC
yes you are. if they arent referencing actual code, they do it like this:
to do such and such, you would use boost.foo to do that.
Mar 27, 2014 at 6:52pm UTC
@ Little Bobby Tables:
Where do they refer it to as boost.something
? In their documentation?
Mar 27, 2014 at 6:55pm UTC
im sorry... im wrong. i just went to check, and i couldnt find them doing that except in the <title> tag. i must be thinking of another library