c++

  1. A

    🔒 Closed Website with quiz all programming lang.

    http://www.sololearn.com/ Easy to Understand Basics
  2. R

    🔒 Closed C++ language build led display

    mga sir/mam patulong namn po....pano po gumawa ng program para gumana mga LED lights using c++ language..using pararrel DB25...salmat po...
  3. G

    🔒 Closed Ano po ba ang best programming language na magandang matutunan

    hello po any suggestion po kung anong magandang languange na magandang matutunan, newbie pa po ako, stop mo na sa school walang pang tuition gusto ko sana may matutunan ng languange bago ulit mag aral gusto sana lahat pero isa isa lang, ano bang magandang unahin? nag pro-program ako sa c...
  4. G

    🔒 Closed C++ help delete a record

    Pano po ba mag delete ng record sa c++? e.g ID name Lastname Age 1 sonny barliso 22 2 John Cenna 23 3 mark...
  5. E

    🔒 Closed C++ compiler for android

    guys naghahanap ako ng ganitong app para sa android..sana may mag post nito dito..
  6. L

    🔒 Closed Cplusplus

    sana may makatulong sa akin about coding
  7. 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
  8. 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
  9. 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...
  10. 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++)...
  11. 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...
  12. 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...
  13. 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++) {...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. I

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

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

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

    end. thanks
  20. 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!:):):)
Back
Top