c++

  1. Y

    🔒 Closed (Udemy)Object Oriented Programming in C++ & Interview Preparation[limited time only]

    What you'll learn Interview preparation - with Top frequently asked questions How to answer question asked ? Strengthen your problem solving and programming skills Breaking down the interview question & answering in a step by step, systematic manner Hidden content
  2. P

    🔒 Closed Array of Structures

    patulong naman mga paps salamat
  3. P

    🔒 Closed Patulong po sana sa C++ code po

    Patulong sana ako lodi kung ano po mali ko dito. #include <iostream> using namespace std; int main() { const double PI = 3.1415926535897932384650288; //Pi accuracy double sin (double x) //Sine by Taylor's Series } double sign = 1; if (x < 0) { sign = -1.0; x = -x; } if (x > 360) x =...
  4. O

    🔒 Closed Hello Learning c++ as my first programming language without any experience (sharing time)

    Hello guys Nag ask ako before dito so ano yung first programming language na ma eerecommend so ang raming nag recommend but dalawa yung pinagpilian ko is python and c++ so Pang three days ako nag aral ng c++ . at first medjo nakaka discourage kasi ang parang ang lala di ko talaga maintindihan...
  5. A

    🔒 Closed Question about learning c++

    Ask kolang if ilang years before maging decent and pro c++ programmer and worth it bato plano ko kasi mag aral din ng delphi kaso daming cons nakong nababasa
  6. K

    🔒 Closed C++ Pinaka madaling paraan matuto mang hook ng function?

    ano kaya pinaka madaling paraan matuto mag hook mag bypass ng anti cheat? at maghanap ng mga address gamit IDA or any reverse engineering platform
  7. J

    🎓 Course The Complete C++ Developer Course

    Master theory and practice using one of the world’s most popular programming languages! What you’ll learn in The Complete C++ Developer Course Master the fundamentals of C++ programming Apply procedural and object oriented concepts and syntax Develop practical skills and terminology related to...
  8. J

    🔒 Closed Pa help po to cr@ck the code using C++

    Mga ka PHC gusto ko sana patulong dito sa logic na ito.. medyo confusing siya para saken tho nagagawa ko naman siya ng tama pero may isang condition na diko makuha haha.. ito po yung task.. mag iinput ng word dapat ang word na yung ay tatanggapin lang ay (apple, tamarind, pie), kapag wala diyan...
  9. J

    🔒 Closed Help mga boss C++ Final Project

    Mga boss baka mat makatulong sakin dito sa final project ko sa C++ napili ko kase airline booking, dapat meron daw paano pag puno na yung booking and yung food ordering system dapat may mga total daw kasama ang vat or receipt. Sana mga boss may makatulong willing to pay din. maraming salamat.
  10. P

    🔒 Closed [LIMITED] Udemy Prem'ium Course | C++ And Java Training Crash Course 2022 | Certificate Guaranteed| Deep Mods

    Status: Expired This course includes: 1.5 hours on-demand video Full lifetime access Access on mobile and TV Certificate of completion Enroll Link: Hidden content
  11. J

    🔒 Closed Patulong naman C++

    Pa help naman mga boss san pwede matuto ng C++ language from scratch po. pa suggest naman YouTube channel tiktok acc or sites na makaka help sakin thank you my c++ apps ako pero di ko gets yung tinuturo nila kahit fast learner ako eh gets ko yung iba pero not all newbie here thanks
  12. P

    🔒 Closed Patulong po c++

    #include <iostream> using namespace std; int main(){ int n; cout<<"How many inputs do you want?: "; cin>>n; string name[n]; int score[n]; for(int i=0; i<n; i++){ cout<<"Enter name: "; cin>>name[i]; cout<<"Enter score: "...
  13. J

    🔒 Closed Need C++ course

    baka meron kayo na course sa U DEMY for free, makikihingi sana, or kahit helpful pdf files lang related sa C++, Thank you!
  14. W

    🔒 Closed C++ Programming Final Project [BSIT - FIRST YEAR]

    HELLO WAZZAP ITS ME WIZ AGAIN So story-short yung teacher namin na lalaki sa CC101 ay lumipat daw sila ng bahay at balak nya daw na di na mag turo sa amin hangang finals, sad thing is magandang teacher sha mag turo kahit na sa online makikita mo terror at isa sa pinaka favorite nya ay ako like...
  15. E

    🔒 Closed C++ pa help po

    Sample code po sa if else statement
  16. B

    🔒 Closed Patulong mga ka PHC Bubble sort in c++ with a twist

    Good day PHC! Pwedi po patulong regarding dito nagawa ko naman na yang bubble sort though di ko makuha kung pano ko imomove yung zero and negative numbers while still yung non zero or positive numbers naka sort pa din sa ascending orders. Thank you po sa tutulong.
  17. E

    🔒 Closed C++ flowchart

    paano po kaya ang flowchart nire nacode ko na po ay flowchart na alng po need ko ndi ko po kac gets ang flowchart. pahelp po sana mga masters salamts
  18. L

    ⚙️ C & C++ Looking for C++ Programmers

    Hello po.. Looking for C++ Programmers po kami. Gagawa po ng Schedule Planner - Console Application lang po. Will pay po after matest yung program. ASAP po.
  19. L

    ❓ Help Schedule Planner Console App

    Hello. Baka po may gumagawa dito ng C++ Program Console App lang need. For Requirement lang po, iba kasi field of focus namin kaya hirap gawin yung task na binigay. Paki-notify nalang po if bawal. Thank you!
  20. C

    🔒 Closed Array-based and Linked list

    Good evening po baka po may makatulong gumawa ng code para po sa instructions na to, thank you po! Include a function on both implementations, array-based and linked list, that will display the current count of the items in the stack. Your program must use the function in a working and sensible...
Back
Top