Hello, i am mostly used to programming in visual basic 6. As you know this is a huge change from c++. My biggest problem with learning C++ is the brackets. I no that you can go through your program to find out which brackets correspond with what but i find it extremely confusing.

If you cannot understand what im talking about ive put some code below.




{
code
{
more code
}
code
{
{
}
{


I know that makes no sense. But basically with a lot of if statements i find it extremely hard to find out which "sub" it is referring to. When i was in java the program i was using would highlight the corresponding bracket. I found this extremely useful. How do you guys deal with this? did you just learn to figure it out or is there some option i can turn on.