Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

abhi sharma

@abhi sharma
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • glut project
    A abhi sharma

    how i open and use glut project in code blocks

    C / C++ / MFC

  • reading cell value from excel through C++
    A abhi sharma

    ;) :^)

    C / C++ / MFC c++ json help tutorial question

  • exe fine in codeblocks
    A abhi sharma

    who to create exe file in code blocks?

    C / C++ / MFC question

  • calculator
    A abhi sharma

    // My first calculator//Abhi's calculator// #include using namespace std; float division (float a, float b) { float a1; a1=a/b; return (a1); } float multiplication (float c, float d) { int a2; a2=c*d; return (a2); } float addition(float e, float f) { int a3; a3=e+f; return(a3); } float subtraction(float g, float h) { int a4; a4=g-h; return(a4); } int main() { char user; float ab; float da; float ans; cout<"<"<"<"<"<>user; if (user == 'D' || user == 'd') { cout<"<"<>ab; cout<<"Enter 2nd number ->"<>da; ans = division (ab,da); cout<<"Answer is -> "<"<"<>ab; cout<<"Enter 2nd number ->"<>da; ans = multiplication (ab,da); cout<<"Answer is -> "<"<"<>ab; cout<<"Enter 2nd number ->"<>da; ans = addition (ab,da); cout<<"Answer is -> "<"<"<>ab; cout<<"Enter 2nd number ->"<>da; ans = subtraction (ab,da); cout<<"Answer is -> "< press Y or y for yes

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups