Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. Re: C++ programming error Programming by rproffitt … marks and maybe more. Read https://en.cppreference.com/w/cpp/language/escape Example follows: #include <iostream> using namespace… Re: Help with functions - basics Programming by rproffitt Rather than dive into c++ like that, try tutorials like we see at https://www.w3schools.com/cpp/cpp_functions.asp CPP Community Center Say Hello! by dipspari Hello friends! I m dips,intrested to know about C,CPP,VB,SQL specially. so please help if needed. cpp Programming Software Development by sangha6 i have to make a program in cpp that finds max,min and avg value from a table and the table is to be retrieved from a location.......any ideas how to do it?????? cpp Programming Software Development by varunsara what is virtual destructor in cpp?.. if any specific topic like virtual destructor please tell CPP Programming Software Development by Varad_1 I am a kid of 15 and just started learning cpp. I want to make a simple programme wherby if i say hi to the computer it must respond by saying hello to me. So please give the coding or programme for it. Re: CPP Programming Software Development by bernardo.mclobo You can start learning with a code like this ... [Click Here](http://www.hitmill.com/programming/cpp/helloWorld.htm) And you need to read the tutorials and books that are in internet sites. Have fun coding :) Cpp Programming Software Development by surayanbo pleas give me a good book to understand cpp more. Re: Cpp Programming Software Development by pritaeas https://www.daniweb.com/software-development/cpp/threads/70096/c-books Re: CPP Include Path not seen by compiler?? Programming Software Development by daino …CXX object src/CMakeFiles/podofo_static.dir/base/PdfObjectStreamParserObject.cpp.obj [ 19%] Building CXX object src…CXX object src/CMakeFiles/podofo_static.dir/base/PdfRefCountedInputDevice.cpp.obj [ 24%] Building CXX object src… object src/CMakeFiles/podofo_static.dir/base/PdfXRefStreamParserObject.cpp.obj [ 32%] Building CXX object src… cpp code for a game stuck Programming Software Development by varun.sharma I made a code(test1.cpp) from an existing code of a game (ramble_shuffle.cpp) using classes...but the code gets stuck somewhere...Iam unable to find the fault...can some1 find please...the code hangs up.... Original game code : shuffle_game.cpp my code : test1.cpp cpp compiler Programming Software Development by AirGear i usually use Visual Studio 6 or sometimes Dev Cpp.. but, they can't show me the runtime and the memory spent.. i need that information, to make sure that my program is qualified.. can someone help me about cpp compiler that can do that? thx. Re: .cpp in terminal Programming Software Development by StuXYZ … You have written some c++ in a file called firstProgram.cpp and you want the output to be called sumNumbers. you… would do this [code] g++ firstProgram.cpp -o sumNumbers [/code] Once that had successfully completed. [If it… doesn't then you wil need to edit firstProgram.cpp and fix the problem.] You can run it with [… CPP file and excel Programming Software Development by SETHU S please inform, I want to connect one CPP data file with excel data file. How to connect (link) one excel file with cpp data file. Which is the header file for the same. Re: CPP file and excel Programming Software Development by Tomtommitom [QUOTE=SETHU S;1619095]please inform, I want to connect one CPP data file with excel data file. How to connect (link) one excel file with cpp data file. Which is the header file for the same.[/QUOTE] i don't know CPP Include Path not seen by compiler?? Programming Software Development by daino I'm trying to build a CPP library and have set the CPP Include path as below. I Am using Windows XP with… Re: .cpp in terminal Programming Software Development by daviddoria try [code] g++ yourfile.cpp [/code] This will produce a binary called a.out. You can also do this to specify the name of the binary file: [code] g++ yourfile.cpp -o nameOfBinary [/code] Cpp program to play wav ffile (sound) Programming Software Development by danibootstrap … my problem statement is to just create a C or Cpp file to play the wav file by not creating a… .cpp in terminal Programming Software Development by coding101 i have a text file on my desktop saved as a .cpp file and has code in it. how do i compile and run it in in terminal using the given g++???? cpp pointer Programming Software Development by varunsara please tell me what is the size of char pointer in cpp? .cpp with just functions(no class) Programming Software Development by maybnxtseasn when you make a .cpp file with just functions and call it your library, is it still proper to provide a .h file with it that has the functions prototypes in it? CPP Headers files, how work? Programming Software Development by Panathinaikos22 … const int MODE_NONE = 1; static int SERVER_MODE; void SetMode(); }; // Server.cpp #include "Server.h" Server::Server() { } void Server::SetMode… cpp coding for converting raw videos to mp4 and saving Programming Software Development by divva i have to develop a code for coversion of video files from raw format to mp4 in linux os using cpp.... i also have to save the resulting mp4 format... friends can anyone plz help me do this i ll be very thankful to you Re: cpp coding for converting raw videos to mp4 and saving Programming Software Development by divva thank you frnd, but i am not that good in cpp... and cant i do my job for video conversion and save without using ffmpeg.. as i have to develop a code which is an extension for some already written coding for video recording which is saved in raw format... Re: CPP Community Center Say Hello! by jbennet Welcome dips! Re: CPP Community Center Say Hello! by Robdale Welcome to the community! dips.:) Hope to see you around. Have a nice time! Enjoy! Re: cpp Programming Software Development by Nick Evan You should probably use a computer, an IDE and a compiler. Re: cpp Programming Software Development by ravenous You're not going to get too far with a post like this. You need to be a bit more specific about what you want to know. For example, if you have some example code that you have written and don't know where go from there, then post that with you question. If you need to read in data from a "table" in a file, then you need to ask a … Re: cpp Programming Software Development by iamthwee For tables that are made out of mahogany I don't see this as an issue. Now if the table is made from pine and is locked within a room. You first have to find the key to unlock the room. Then retrieve the table. So the answer to your question is as always... 1) Make sure the table is made from the right material. 2) Make sure you have a …