Do pointers increase the speed of the program since the actual variable they are pointing to are not moved.? In another note, would you mind doing a tutorial using regular expressions in C++. Great tutorial. Much better explanation than my teacher did. Thumbs up. A++
@dawgp0und Using pointers does make your program faster because they are much more efficient to move around than entire objects in memory
lordofsraam 2 weeks ago
Do pointers increase the speed of the program since the actual variable they are pointing to are not moved.? In another note, would you mind doing a tutorial using regular expressions in C++. Great tutorial. Much better explanation than my teacher did. Thumbs up. A++
dawgp0und 2 months ago