CS602 Assignment No 1 2024
CS602 Assignment No 1 2024
CS602 Assignment No 1 2024
#include <iostream>
#include <graphics.h>
#include <string>
#include <sstream>
void drawAxes() {
// Draw y-axis
// Draw x-axis
stringstream ss;
int main() {
drawAxes();
setfillstyle(SOLID_FILL, BLUE);
setfillstyle(SOLID_FILL, RED);
setcolor(WHITE);
setcolor(WHITE);
getch();
closegraph();
return 0;