um latly i have ben seeing stuff like
bla_bla_bla
in tutorials and stuff and im just trying to figure out what this "_" character is supost to mean could any one help me?

Recommended Answers

All 2 Replies

It's just another character which is valid to use in identifiers

Like int number_of_apples; Another popular choice is camel case, which would be int numberOfApples; Both are generally better than say int numberofapples;

o thank you that clears alot up for me

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.