c++

  1. P

    🔒 Closed market

    pano ako mag didisplay sa specific area? kasi need ko pa table di naman pwede i tab kasi mismong output ung ng price at number of items ung amount pag nag rurun mapupunta sa baba. tapos pano ako mag iinput ng 5 input yang mga naka bold type. yan lang po the rest ako na walang experience sa...
  2. S

    ❓ Help C++

    Saan po maganda magaaral ng C++?
  3. W

    🔒 Closed C++ Array Help po please rush mga master huhu

    Mga ka ts, pa help ako d ko talaga alam paano to. E sa submitt ko na mamaya need your help please Question 1: C++ Write a program that lets the user input a word(any length) then changes all the vowels into 'o' . Ask if the user wants to retry the program or not (loop) Input: Array Output...
  4. P

    🔒 Closed Why output is 32?

    Mga boss pa help naman. Nalilito kasi ako bakit 32 ang output nya. Hindi rin ako mka debug o ma try sa pc or laptop dahil nasira. Ito po yong code #include <iostream> using namespace std; int glob=10; int f(int x){ int glob=3; int result; result=(3*x)+2; return result...
  5. I

    🔒 Closed Help: Input data in array using pointer c++

    Pa help po mga master jan assignment lang , wala ko mahanap sa google ehh Sample Code ko po. #include <iostream> using namespace std; int main() { int myarray[10],*p; for(int x=0;x<10;x++) { cout<<"Enter a Number"<<endl; cin>>*p; myarray[x]=p; } }
  6. K

    🔒 Closed Help naman sir sa reverse [CLOSED]

    Bat ganyan kaya sir? Aning mali kaya sa condition? My kulang ba mga sir?
  7. K

    🔒 Closed Reverse array

    Ano po yung condition kaoag ang user ay mag iinput ng 1 5 7 2 3 the mag rereverse po yung output nga “ 3 2 7 51” pahelp naman po ng code sa c++ using arrays
  8. K

    🔒 Closed Paexplain naman sir ng flow mga sir. Thank you

    Sir pahelp naman po kun ani po uung mga function at flow nito sir. Salamat ng maramu sir. C++ po yan.
  9. D

    🔒 Closed Pa see ng output tracing technique niyo with these codes

    for(int i=1; i<=6; i++){ cout<<"Value of variable i is: "<<i<<endl; }
  10. L

    🎓 Academic c++ again, pahelp po.

    Write a c++ program that accepts the time that funds are left on deposit & display yhe interest rate that corresponds to time entered Time deposit : Greater than or equal to 5yrs. Interest rate: .095 Less than 5 yrs but greater than or equal to4 yrs Interest rate: .95 Less than 4yrs but...
  11. R

    🔒 Closed variable tutorial

    C++ has set of keyword such as https://www.w3schools.in/cplusplus-tutorial/keywords/ those word that been in this keyword can't be use as variable speaking of variable you can't* use two character variable such as OT(overtime), etc.. perhaps you could use three or four to be sure two variable is...
  12. R

    🔒 Closed How to create a simple dairy in C++

    I primarily use cout<<""<<endl; to start #include <iostream> *// use this when you don't have arduino if you have use <liquidcrystal> using namespace std; *// use this to avoid std::int or etc... int main(){ cout << "dear diary" << endl; cout<< "Continue doing it" << endl; return 0 }
  13. F

    🔒 Closed May i borrow your FastFood System in C++??

    ilang beses na ako paulit2x puro mali e so makikiborrow nalang po ako sa inyo hehe thanks
  14. H

    🔒 Closed Guys Need Help for my Program

    Guys pahelp Naman po pamodify po nitong code na ginawa ko kasi everytime po na magdedelete po ako ng record, nadedelete po lahat eh dapat Isa Lang po and madelete, may Mali po ata sa source code ng delete guys, Pwede po ba patulong? Turbo c++ po ang gamit namin. Salamat po void creatf(); void...
  15. H

    🔒 Closed Guys need help regarding File Record Delete

    Guys pahelp Naman dito code ko na file delete, sa tuwing nirurun ko po yan, dapat po Isa Lang idedelete nyang record, kaso lahat po ng record dinedelete nya, ano po ba and Mali? int c; printf("VIEW RECORD\n\n"); FILE *fp, *ft; fp=fopen("write.txt","r"); ft=fopen("Temp.dat","w"); printf("\nEnter...
  16. H

    🔒 Closed Need help guys

    Guys pahelp naman po paano po gumawa ng File delete and file update Mula po dito code ko, if pwede pacomment nalang din po Yung code, tia po! Baguhan palang kasi ako. void creatf(); void dispf(); void searchf(); #include<stdio.h> #include<conio.h> #include<math.h> #include<fcntl.h>...
  17. I

    🔒 Closed Pa help po

    na solve ko na din po ahahaha
  18. P

    🔒 Closed Any suggestions kung pano matuto mag c++?

    17 years old palang ako so cant afford for college degree pa. Marunong po ako mag Java, C#, at Python kaso medyo natatakot ako sa C++ parang mahirap eh 😂. pero gusto ko lang po matuto mag C++ for many reasons. Kung may maisusugest kayo na tutorial sites, or books, suggest lang po kayo. Salamat po.
  19. D

    🔒 Closed Programming course for beginner in up diliman

    Hi guys, any Idea sa short courses regarding programming C,C#,python,java sa UP? Na check ko site nila meron sila schedule for the said courses this january to march and at the end of the course may portfolio na project. Worth it ba to? Or mas ok sa MFI- Meralco (short course sa programming)...
Back
Top