c++

  1. L

    ⚙️ C & C++ Schedule Planner

    Hello po . Baka po may maalam dito sa paggawa ng simple Schedule Planner console app gamit C++ po. Manghihingi lang sana tips kung pano simulan or pano implement yung ganitong way.. So far kasi ganito pa lang yung nagagawa ko... di ko po alam pano mailagay yung mga subjects na naka align sa...
  2. M

    🔒 Closed Question

    Meron po ba kayo alam kahit ebook regarding Phyton or C++
  3. C

    🔒 Closed C++ 24 Hour alarm to 12 Hour

    #include <iostream> #include <string> #include <windows.h> #include <stdlib.h> #include <time.h> #include <sstream> using namespace std; class alarm { public: tm alarmtime, presenttime, differenceintime; time_t now; alarm() { now = time(0); presenttime =...
  4. I

    ❓ Help Program to Divide n Numbers c++

    solved
  5. O

    🔒 Closed ICT Proficiency Exam Hands On Exam HELP C++

    Good Day, Patulong naman po ako sa mga naka pag take na ng hands on exam ng DICT proficiency Exam. Gusto ko lng makahingi ng sample program na pinapagawa pag C++ ang piniling programming language. Ito lang kasi kabisado ko. Subukan kong sagutin/gawan ng program ang sample na i reply nyo dito...
  6. O

    🔒 Closed C++ Tutorial How to

    Good Day, Dito basic tutorials on how to code in C++ 1. how to count characters words and spaces 2. how to know if a word is palindrome 3. how to count digits of a number 4. convert decimal to binary 5. how to find factors of a number 6. find the greatest common factor of two numbers 7...
  7. I

    ❓ Help Closed

    priv
  8. C

    🎓 Course [CY4NFILES] C++ And Python Programming Complete Course

    C++ And Python Programming Complete Course Learn C++ An Python Programming language in One Complete Course, What you'll learn Introduction to C++ And Python Programming and general Understanding Practical demonstrations of C++ Programming And Python Programming Learn about C++ And Python...
  9. A

    🔒 Closed Any suggestions?

    I'm looking for a website na nag-ooffer ng free webinar and iba oang mga tutorial. Or any site na makakatulong on how to enhcae my skill. Sobrang hirap matuto sa online class eh. Salamat in advance mga sir/ma'am.
  10. I

    🔒 Closed C++ Student ranking system with average

    Hello po, gusto ko sana maghingi ng tulong about dito nakuha ko naman po yung part niayn kaso nalilito parin ako kung paano ilagay yung ranking system niya paano po kaya ilagay ang ranking niya na ganyan na ganyan din ang itsurang output niya eto po yung code #include <iostream> using...
  11. T

    🔒 Closed Basic of C++

    Hello mga Lods! Baka may ideya kayo dito. Thanks ng Marami
  12. E

    🔒 Closed PATULONG PO HEhe (CHEMISTRY CONVERSION) guide lang

    Zinc (Zn) is a silvery metal that is used in making brass (with copper) and in plating iron to prevent comosion How many moles of Zn are there in 23.3 g of Zn? Strategy We are trying to solve for moles of Zn. What conversion factor do we need to convert between grams and moles? Arrange the...
  13. K

    🔒 Closed C++ Help po mga master

    problem solved :) privacy data off
  14. E

    ❓ Help Pa help po Programming c++ dko alam how to start

    Pa help po thank you in advance
  15. L

    🔒 Closed [Torrent] 100 Days of Code: The Complete Python Pro Bootcamp

    100 Days of Code: The Complete Python Pro Bootcamp
  16. V

    🔒 Closed Help!!

    Pwede niyo po ba ako tulungan kung ano po ang code dito? Thank you!
  17. V

    🔒 Closed Help! Nested loop

    Hello pwede po patulong dito? Salamat! c++ po language
  18. P

    🔒 Closed C++ Print element of an array [SOLVED]

    Tanong ko lang po paano po ipirprint ang laman ng array, alam ko po yung printing lang, pero ang balak ko po sana iprint sya kasama yung na iinput example po Math: 90, English: 90 and so on. //array string mySubjects[]= {"Mathematics", "English", "Filipino", "Science", "MAPEH"}; //loop for...
Back
Top