c++

  1. V

    🔒 Closed Help!!

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

    🔒 Closed Help! Nested loop

    Hello pwede po patulong dito? Salamat! c++ po language
  3. 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...
  4. E

    ❓ Help Magdana ba c++ ?

    any thoughts ? about this prog language gusto ko matutu pa suggest naman
  5. V

    🔒 Closed Help

    Ano po kaya ang code dito? Need po gamitin ay loop. Thank you! Ito po dapat output:
  6. T

    ❓ Help Dev C++

    #include <iostream> using namespace std; struct Node{ int data; Node *link; }; Node *top = NULL; bool isempty(){ if(top == NULL) return true; else return false; } void push (int value){ Node *ptr = new Node(); ptr->data = value; ptr->link...
  7. T

    ❓ Help Stack to Linked list ( Dev C++ )

    Create Stack Using Linked List Choices Meni: 1. Push Data 2. Pop Data 3. Undo / Peek Data 4. Display 5. Exit
  8. D

    🔒 Closed Help po sa c++

    pa help po sa machine problem na 'to hihi Pepito Manongsong is a carpenter who wants an application to compute the price of any desk a customer orders, based on the following: desk length and width in inches, type of wood, and number of drawers. The price is computed as follows: • The minimum...
  9. W

    ❓ Help Patulong po sa C++

    Patulong po nd ko po to alam at saka nd ko to Course pero may subject kami neto... patulong po sa Programming yung source code po
  10. M

    🔒 Closed Programming Course Materials

    For share mga sir, hoping na makatulong for aspiring programmer natin dito. LINK: https://drive.google.com/drive/folders/1SdkZuEAlHuRj3KihyEhUF2KxKe4REAJw?usp=sharing
  11. S

    ❓ Help C++ Programming Expert

    mga lods pa help namn🥺 Determine whether the identifier is valid or not valid. If it is invalid, change it to make it valid. 1) perfect--Score 2) P5 3) 8dollars 4) amount Payable 5) _average_prelim_grade Give a valid identifier to represent each of the following items. 1)...
  12. E

    🔒 Closed The Complete C++ programming course- Build 10 computer Apps (UDEMY Free Course)

    Requirements No Programming knowledge required Access to a computer running Windows, Mac OS X, Linux or Android phone Description Which programming language do I need to master in order to get myself recruited in companies like Facebook, Amazon, Netflix, Google (FANG)? C++ Which is the most...
  13. P

    ❓ Help DELETED THREAD

    DELETED
  14. I

    🔒 Closed Convert C++ source code to C

    Will someone help me convert this C++ source code into C source code. Kaya ko naman talaga siya i-convert kaso may mga functions na pang C++ lang talaga like sort(), queue functions. And I dunno how to implement this into C. Mahina pa ako sa linked list eh. Thank you in advance Source...
  15. I

    🔒 Closed [C, C++, Java, VBNet] LF: networking tools (even simple ones)

    Good day! Makikihingi lang sana ako ng source code for our networking subject. Our prof teaches us about networking but never tackles about programming about networking so I'm having hard time in this subject. One day, he just immediately told us to pass any kind of program that concern to...
  16. O

    🎓 Academic Udemy - C++ Programming Step By Step From Beginner To Ultimate Level [1 day left]

    Enroll now! 1 day left C++ Programming Step By Step From Beginner To Ultimate Level Discover C++ basics then Expert on Object Oriented Programming OOP, C++ Data structure, STL, C++ Projects with C++ 11/14 Rating: 4.1 out of 54.1 (1,736 ratings) 161,676 students Link: Hidden content
  17. P

    🔒 Closed HELP: Arrays Problem

    Any idea po pano po icode to? Medyo salat na po kasi ako sa coding eh. Any help po is appreciated.
  18. Y

    🔒 Closed C++ or Python?

    Ano kaya magandang unang pagaralan? Edit: Mas madali pala aralin ung pyhton at mas maikli kaso as a beginner okay lang ba un or need ko talagang pag aralan din ung c++ for experience?
  19. S

    🔒 Closed Pa help naman po mga paps C++ po ito

    Pahelp po, di ko na po alam ano problema submission na namin bukas eh, ito po yung code #include <iostream> using namespace std; int main() { char x; int vowel,consonant; { cout << "Enter a character: "; cin >> x; } vowel = ((x=='a' || x == 'e' || x == 'i' || x == 'o' || x ==...
  20. G

    🔒 Closed [Udemy] C++ Programming Step By Step From Beginner To Ultimate Level

    For those who want to pursue in learning C++. Hope this course will help. Just apply and use the coupon below. About Course: Discover C++ basics then Expert on Object Oriented Programming OOP, C++ Data structure, STL, C++ Projects with C++ Rating: 4.0. Previous Price: $94.99. Current Price...
Back
Top