User profile: POSIX

User info
User name:POSIX
History
Joined:
Number of posts:6
Latest posts:

Help Needed
Here's a much simpler answer: [code]#include <iostream> using namespace std; int main(){ char o...

File Openings
From what I know, that's not possible. To answer your previous question, the file will be created a...

program to print upper half of matrix.
Ok so here's the working code which prints the upper half of the matrix (2D array): [code]#include ...

program to print upper half of matrix.
Please put your code between the [code] blocks for better readability. You can do it using the <> bu...

File Openings
Here's what you can do: [code]#include <iostream> #include <fstream> #include <string> using names...