c++

  1. E

    ❓ Help Magdana ba c++ ?

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

    🔒 Closed Help

    Ano po kaya ang code dito? Need po gamitin ay loop. Thank you! Ito po dapat output:
  3. 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...
  4. 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
  5. 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...
  6. 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
  7. 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
  8. 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)...
  9. 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...
  10. P

    ❓ Help DELETED THREAD

    DELETED
  11. 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...
  12. 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...
  13. 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
  14. 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.
  15. 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?
  16. 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 ==...
  17. 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...
  18. L

    🔒 Closed Patulong naman po pano kaya code nito?(c++)

    Create a program that computes your score’s equivalent grade. Include cin in your program. Use the picture below as your reference for the output. guys patulong naman po bago lang sa programming pano kaya ito? salamat sa makakatulong. C++ po ang gamit.
  19. J

    🔒 Closed question about codeblocks

    Ano po kayang pwede kong gawin dito?
  20. M

    🔒 Closed Help po

    patulong naman po sa mga expert dyan maraming salamat po
Back
Top