c++

  1. K

    🔒 Closed Who wants to be a millionaire program.

    Pahelp nman po para po sa programming for C++. Di ko po kasi alam kun san ako magsisimula :( Write a program about the game "Who wants to be a Millionaire". There Should be a 15 Questions per round and the program will choose questions randomly. Each round has an equivalent difficulty and...
  2. J

    🔒 Closed Using for loop.[help]

    Gusto ko lng po malaman kung pano gamitin ang for loop for calling a functio to objects. i.e: case 1: Input new record Nag input ako ng new record. then case2: search record paano nasave un pag search ko dpat lalabas ung ininput kong new record. Using for loop po.
  3. M

    🔒 Closed Help fix this code

    mga ka phc patulong ako sa code ko. dapat pag nag enter sya ng maling password 3x exit ang program at kapag tama naenter nya proceed to next command dapat. #include<iostream> #include<windows.h> #include<stdlib.h> #include<iomanip> #include<conio.h> using namespace std; int addition (int a...
  4. A

    🔒 Closed Calling all c++ user help me

    patulong naman mga master pinag seatwork kami eh hindi pa nama tinuturo samin tong mga to
  5. J

    🔒 Closed C++ email sender

    Mga Ka PHC paano po ba magsend ng email using c++? Console lang po
  6. W

    Useful programming applications for android phones

    Hello guys share ko lang mga list ng programming apps for android AIDE - IDE for Android Java C++ (premium pãtched) CxxDroid C/C++ Compiler IDE (premium pãtched) CPP N-IDE C/C++ Compiler Pascal N-IDE PascalGUI (ρáíd) Java N-IDE Android Builder Bit Web Server (ρáíd) Turbo C++...
  7. J

    🔒 Closed C++

    Hi! so kelangan kopo ng tulong ninyo. Gagamit po kami ng C++ using while/do while by multiplying 2 numbers without using *. And output po dapat ay ganto: 5+5+5+5+5=25. which means 5 x 5. TIA po!
  8. V

    🔒 Closed C++

    Mga boss pag po ba mag cocode ka gamit ng C++ may idodownload? Salamat, Sorry po gusto ko po sana mag code.
  9. J

    🔒 Closed C++ smsgateway

    Mga sir pahelp po. Paano po ba maconnect si c++(console lang) sa isang API? Kakayanin kaya niya yung Sms at email?
  10. G

    🔒 Closed Guys pa help c++

    guys pako nag poprogram error talaga palage huhu freshmen bsit po ako pano po ba to? write a program that inputs three integers from the keyboard and prints the sum, average, product. haysss
  11. F

    🔒 Closed Basic programming using c++ ----- 05 loops

    While Loop - eto yung loop na hangga't valid yung nasa condition nya, gagawin nya pa rin yung loop int x=0; while(x<5) { cout<<x; x++; }//once naging 5 na ang value ng x, hindi na nya ieexecute yung mga nasa loob ng { at } Do..While loop -gagawin nya ng isang beses yung nasa loob ng { at }...
  12. J

    🔒 Closed Pa help naman po about sa increment

    nalilito po kasi ako kanina po kasi nag hands on kame kaso nahuli ako matapos kaya po sana turuan niyo ko ng maayos na code mali kasi saaken e increment addition at multiplication po na gagagawa using c++ tama po ba code ko
  13. X

    🔒 Closed Patulong po lodi para sa project namin

    Basic lang po alam ko sa c++... Sana po matulongan niyo ako, maraming salamat po... Yung 58 po lodis:).
  14. M

    🔒 Closed Please kailangan ko tulong nyo

    draw a flowchart to compute average of 3 quizzes of 5 students tulong mga papi please
  15. P

    🔒 Closed Learn advance c++ programming

    For educational purpose only Learn Advanced C++ Programming This course will take you from a basic knowledge of C++ to using more advanced features of the language. This course is for you if you want to deepen your basic knowledge of C++, you want to learn C++ 11 features. Size: 4.81GB Do not...
  16. R

    🔒 Closed Java and c++

    Mga paps, paturo naman about dyan, or pahingi ng link ,,, Thanks
  17. X

    🔒 Closed C++ memory help

    Yung problem is di ko macopy yung &target value at ipastr sa pointed + 0x20. Pero kapag pinalitan ko yung pointed + 0x20 ng address nya, gumagana sya. Pano ko mapapagana yung pointed + 0x20? 0x20 offset from select_addr.
  18. L

    🔒 Closed Programming fundamentals: a modular structured approach using c++

    From the Preface: Kenneth Leroy Busbee wrote:Conceptual Approach The learning modules of this textbook/collection were, for the most part, written without consideration of a specific programming language. In many cases the C++ language is discussed as part of the explanation of the concept...
  19. Y

    🔒 Closed Request

    paupload naman sino my absolute c++ 6th edition by savitch or ung latest na pdf. pls. patanong din my c++ compiler ba for android?if meron ano?
  20. E

    🔒 Closed Help me please

    guys. need ko po ng help. sino po nakakaalam kung paano po makukuha ang remainder without using modulus.? gagamitan daw po ng looping? sana po may makatulong po sa akin. salamat po.
Back
Top