User: Wail

  • Public profile

User profile: Wail

User info
User name:Wail
History
Joined:
Number of posts:5
Latest posts:

How to print words that don't exist in both of my arrays
try this code [code] #include <iostream> using namespace std; int main() { string words[] {"la...

Need Help Please Cash Register C++
you may try this code: [code] #include <iostream> #include <iomanip> #include <cmath> using namesp...

cin.sync() the reference example code doesn't work
@JLBorges both examples didn't work on online compiler, clion, or codeBlocks, How can I know which ...

cin.sync() the reference example code doesn't work
This is the cplusplus reference code, I tried it, and it didn't work as it should be, it didn't stop...

Reverse Diagnal of matrices
[code]#include <iostream> #define size 4 using namespace std; void inputVals(int arr[size][size]){ ...

This user does not accept Private Messages