General C++ Programming - March 2015 (Page 24)

by pav1
math in file
 
You will be given a *.txt file, similar to OpeInFile.txt in Doc. Sharing. The file has only one calc...
[1 reply] : Looks like you got homework to do, goodluck :) (by TarikNeaj)
i need help with my program please
 
Hi, I need help please with this program 1. Write following program: Ask the user to choose a numb...
[2 replies] Last: @ OP: If you're looking to hire someone to code for you then you'll wa... (by Computergeek01)
Arrest people for using "new" and "delete" (1,2)
 
Some people at this forum say that programmers must never use "new" and "delete". I think they say ...
[26 replies] Last: [quote=Avilius]nor with a care for memory allocations, (looking at you... (by Cubbi)
How to create a new character encoding in C++?
 
Hello all. I have a project in which I am using Tesseract-Ocr. I have huge number of character which...
[no replies]
Countdown Timer
 
Hi! Anyone here can help me to make a countdown timer? I have the idea to use x-- as decrement but ...
[3 replies] Last: @ryanjoshiii Not bad. You may want a newline in there somewhere so th... (by whitenite1)
idk what to do with these error messages.. ;/
 
// Michael Molitor, Program1, 3/4/15 // //This program will be able to have the user choose from th...
[3 replies] Last: Working for me as well. Which compiler are you using? (by Callum5042)
by Teoras
error message when trying to build classes
 
Hi everyone, I am a newbie at programming and tired of trying to compile on visual studio i looked f...
[14 replies] Last: sincerely don't know buddy, but well is alright now ;) thanks again fo... (by Teoras)
OPCODE Collision Detection Library, example code
 
Hello, I would like to use the collision detection routine from the OPCODE library, newest versio...
[no replies]
arrays in classes
 
I have to build a class that stores an array of fractions (a previous class that I built). I already...
[1 reply] : It keeps throwing me compiler errors Which errors? (by MiiNiPaa)
Im stuck in administrator mode
 
I'm sort of new to C++ and just today I found that I'm running in administrator mode out of nowhere....
[1 reply] : sounds like a problem...;/ (by oneoldcoot)
New C++ Practice examples video tutorials
 
Hello guys, I just started to post C++ practice video tutorials on https://www.youtube.com/playlist...
[2 replies] Last: Sorry, here is the correct link: https://www.youtube.com/playlist?list... (by stemharmony)
Doubly linked list SWAP HELP!
 
I am having an issue calling my swap function. My swap function looks as such: void Double :: swa...
[14 replies] Last: Re test your Toswap function. You assign both Switch and ToSwitch = fa... (by closed account D80DSL3A)
While loop is pulling in extraneous number
 
I am making a space combat game for a class project, but when the combat loop starts it will sometim...
[2 replies] Last: I took your advice and replaced health as an interger instead of a flo... (by sumig25)
Template functions for all types except one?
 
Hey there, I wanted to overload operator+ for std::string and started like this template <typen...
[2 replies] Last: Thats a very good start, thank you! So, I have used is_arithmetic ins... (by Gamer2015)
Min/Max function
 
A void function that takes 5 int parameters. The first three are call-by-value parameters the second...
[1 reply] : This is how I get smallest number and largest int small = 10000;//(bi... (by jae0014)
question
 
hi there.. can anyone help me to wite a program that have the function of add, subtract, multiply an...
[1 reply] : Addition: http://www.cplusplus.com/reference/functional/plus/ http://e... (by LB)
Writing a code with for loops, help!
 
I need to write a code that will satisfy the sequence (1/n) + (2/n-1) + ... + (n/1) with an inputted...
[1 reply] : What have you written so far? Hint: a traditional for-loop would work... (by LB)
by juju1
Problem of compilation with cmake
 
Hello, I am trying to install a C++ program called mawiilab_evaluate, which uses a library called a...
[no replies]
GPA
 
PLEASE SOMEONE SHOULD HELP TO DEBUG THIS CODE NEED HELP!!!! #include<iostream> #include<iomanip...
[no replies]
March 2015 Pages: 1... 2223242526... 28
  Archived months: [feb2015] [apr2015]

This is an archived page. To post a new message, go to the current page.