c++

  1. D

    🔒 Closed how to put pictures in c++

    paano mag lagay ng picture sa c++ halimbawa po pag clinick ung text sample "cebu" may lalabas na picture ng cebu city paano po yun newbie lang po
  2. B

    🔒 Closed tulong po pano mag program please

    tulong po kasi ako po ginagawa nilang **** sa programing at ayoko sa pag babasa ng libro sa gusto ko ay ako nakakadiskobre pero 2 year hs ako natutu mag computer hindi nga ako marunong mag fb nun ehh hindi ako nafocus sa mga laro sa computer.nga yon senior high nako
  3. A

    🔒 Closed (GAME) Simple Snake Like Game

    Simple game sa c/c++ .. Share ko lang.. code: #include <iostream> // including required headers #include <cstdlib> #include <ctime> #include <conio.h> #include <windows.h> #include <fstream> #include <iomanip> using namespace std; //several functions for certain operations void menu(); void...
  4. A

    🔒 Closed Square and Cube a #

    Basic C/C++ code: #include <iostream> #include <conio.h> using namespace std; int main(){ int num; int prod; int sqrt; int cube; cout<<"Enter A Number: "; cin>>num; cout<<"\nn"<<"\tn*2"<<"\tn^2"<<"\tn^3\n"<<endl; for (int i=1; i<=num; i++)...
  5. J

    🔒 Closed Payroll Management System Project in C++

    Credit to:pGs Project Objective Payroll management system explain itself that it’s an accounting package that will provide a financial solutions for a particular organization or for a particular institutional body. This payroll management helps account to maintain all records on using...
  6. J

    🔒 Closed C++ Hotel Management/Room Reservation

    #include<iostream.h> #include<conio.h> #include<fstream.h> #include<stdio.h> #include<dos.h> class hotel { int room_no; char name[30]; char address[50]; char phone[10]; public: void main_menu(); //to dispay the main menu void add(); //to book a room void display(); //to...
  7. J

    🔒 Closed Two Dimensional Array Program

    How to find boundary elements and higher and lower level of a matrix. #include<stdio.h> #include<conio.h> void main() { int a[5][5],m,n,sum=0; clrscr(); printf("Enter row :"); scanf("%d",&m); printf("Enter coloum :"); scanf("%d",&n); printf("Enter matrix element :\n"); for(int i=0;i<m;i++) {...
  8. J

    🔒 Closed How to make Sorting and Searching Program.

    How to make Sorting and Searching Program. Sorting and Searching is an important task in programming. Here we will see such a C Program. This program is used to sorting ands earching a string array. Running this program we will provide names and given names are sorted and searched by the...
  9. J

    🔒 Closed Guide in Installing Microsoft Visual C++ E×ρréšš

    Credit to:anvi Installing Microsoft Visual C++ E×ρréšš 1.) Download the installation package from microsoft.com: MS VC++ 2.) Run the file and allow it to install VC++. 3.) You might want to register after installing; either way, it is free. Installing Microsoft DirectX SDK 1.) Download...
  10. J

    🔒 Closed Learning the Basics of C/C++

    A lot of people have been asking this question, and thats what this forum is flooded with. I was hoping to come into this forum and see a little bit of knowledge passed around; however, it hasn't been. So, since I have nothing better to do at the moment, I decided to compile a list of very...
  11. J

    🔒 Closed Wallhäçk Tutorial

    Wallhäçk Tutorial for those who wants to learn: Credit to: kuyagENk Guide Contents: How to Compile a Wallhäçk Making häçks Undetected Tutorial on DirectX (Must know C++) C++ Language Tutorial Where to learn ASM (also required to make wallhäçk) How to make GG Bypass ****How to Compile a...
  12. I

    🔒 Closed Meron po bang paraan para ma-decompile C++ .dll?

    Meron po bang paraan para ma-decompile C++ .dll? (y)
  13. K

    C++ project --(will pay bitcoin or load)

    end. thanks
  14. E

    🔒 Closed C++ Programming Newbie Tips

    Good Day PHC! Magtatanong lang po sana ako patungkol sa programming experiences ninyo ang tips about C++. Nagsisimula palang po kasi ako sa pagcode kaya sana matulungan po ninyo ako. :oops::oops: Salamat po and more power PHC!:):):)
  15. U

    🔒 Closed c++ project

    sino po maraming time para tumulong. :LOL: patulong naman ako sa project ng girlfriend ko about c++. :cat::happy: papagawa sya ng program na airline ticketing. dapat ang output ay mga country, price ng ticket every country, tapos iinput name at date ng pag alis at pagbalik ng client...
  16. N

    🔒 Closed Syntax Analyzer source code

    Patulong naman po sa source code ng syntax analyzer. Kung meron po kau pwede po bang pasilip.
Back
Top