User profile: dgcharitha

User info
User name:dgcharitha
Old user name:dgharitha
Email:dgcharitha@gmail.com
Name:carlos jhonson
Location:Chicago
Website:http://dgzones.blogspot.com
Bio:studying c++ from 2013 march
History
Joined:
Number of posts:20
Latest posts:

How to print the shape using different characters instead of *
Peter87,drew887, thanks guys i made it using printw("%c",ch); that is easy rather than pointers

How to print the shape using different characters instead of *
#include<ncurses.h> void print_right(int row,int col,int length,char ch); void print_down(int row,...

Floating point exception (core dumped)
thanks guys for help

Floating point exception (core dumped)
#include<iostream> #include<iomanip> using namespace std; void inputData(int data [][5],int rowSi...

Ncurese printing shapes problem
thank u vry it worked