User profile: Zaita

User info
User name:Zaita
Bio:Professional SW developer for over 10 years. Current role is Software Architect.
History
Joined:
Number of posts:2770
Latest posts:

Bank C++ class program and arrays
You're not withdrawing or depositing to an existing account. You create a new local account in each ...

Using loops to print contents of an array
@Magnum_pi [quote]It uses strlen() in a loop. strlen() takes time to execute (complexity O(n)). You ...

Debug error I can't seem to solve + any advice on this program
http://www.cplusplus.com/doc/tutorial/functions/

Anybody?
C++ is always evolving so you can never truly master it. C++11, C++14 and C++17 all have added signi...

Array, DO WHILE INPUT FILE
[code] #include <iostream> #include <iomanip> #include <fstream> using namespace std; int main() {...