General C++ Programming - December 2016 (Page 9)

i need help as fast as you can guys
 
me and my friend write a c++ guessing game but we can't calculate its complexity & running time so t...
[2 replies] Last: I need only solution as the delivery date of this code after 4 hours f... (by kyrillos)
by nlstmn
copy found integer from linked list
 
How to copy found integer from 1st linked list to 2nd linked list, and then delete it from the 1st l...
[4 replies] Last: edge6768, understood. thank you! (by nlstmn)
Looking for an api?
 
Hey guys i've got a project i need to work on , im trying to look for a free api that i can work wit...
[3 replies] Last: Okay so actually i found a better solution, im just going to make a we... (by dark ninjuh)
Help with C++ Program
 
1. File Previewer Write a program that asks the user for the name of a text file. The program should...
[no replies]
need programmer. will pay.
 
I have a c++ program written for an arduino leonardo that works fine on my new Raspberry Pi b3. The...
[1 reply] : Wrong forum, follow the link below. http://www.cplusplus.com/forum/job... (by TheMaster)
Adding year
 
question solved! ty.
[3 replies] Last: Hopefully the comments I wrote in the source code explain to you what ... (by TheMaster)
Is it possible to define a macro as a preprocessor directive?
 
I want to know whether it is possible to define a macro as a preprocessor directive. For example: ...
[1 reply] : Doesn't seem to be possible. http://stackoverflow.com/questions/23320... (by Peter87)
Need program to repeat itself
 
I am trying to get my program to repeat itself after doing something through if statements. I have W...
[2 replies] Last: You should use Visual Studio 2015 Community Edition (free) if you're o... (by Hydranix)
by ivo93
output to files
 
Hello everyone.I have a program witch lets you in put some data in it.My task is to have this da...
[1 reply] : Example code for declaring a file and writing to it. #include<iostre... (by TheMaster)
I want to improve my c++ skills, any rec?
 
Hello, I study Physics and I want to specalise in Computational Physics to make simulation softwar o...
[5 replies] Last: Buy a book on computational science, look up libraries for physical co... (by TheMaster)
Array help needed
 
Program #4 Write a program that reads grades from the keyboard into an array. The program should r...
[4 replies] Last: Declare float i locally inside void, match the order of your variable ... (by TheMaster)
Very Odd Right-Click Bug
 
I was debugging a project that I am working on when I noticed that right clicking makes the program ...
[3 replies] Last: I just checked my parent's computer which runs Windows 10, and if you ... (by Peter87)
by moodi
C++ read from file
 
I have a C++ program that Im working on and it should read from a Text file and i can't figure out t...
[no replies]
Why doesn't this variadic template work?
 
template<class T> T max(T first, T second) { return first > second ? first : second; } ...
[2 replies] Last: "max() requires 2 arguments but none is provided" cannot be the entire... (by Cubbi)
Subtract values in a data file from elements in an array
 
I have an array called NewStock containing quantities of parts in inventory. I want to take input f...
[5 replies] Last: Thanks. I covered part of the code in my previous post. The rest of th... (by Chervil)
anyone help me with this
 
Write a program that asks the user to enter his full name. The program should display first name and...
[8 replies] Last: @kjaved8: I had the same problem couple of months back, reported it an... (by gunnerfunner)
by nlstmn
put integers from txt file to linked list
 
i have a code where i count the numbers of integers in txt file (there is a million integers) now i...
[1 reply] : #include<iostream> #include<fstream> using namespace std; struct No... (by gunnerfunner)
by nlstmn
largest 30 elements using binary search
 
how to find the 30 largest elements through the txt file using binary search? I should find 30 larg...
[3 replies] Last: The standard library has a "binary search": http://www.cplusplus.com/r... (by keskiverto)
by naf999
C++ Create a program
 
Hello guys. Hope you people are doing well. Got a task as below: " required to write a material o...
[5 replies] Last: Well, there are lot of fundamentals missing For example this line: P... (by Chervil)
decimal to octal conversion program. output comes in reverse.
 
Hey. Im writing a program that converts decimal numbers to octal. the problem that its giving output...
[11 replies] Last: The trivial solution is to use std::oct . See http://www.cplusplus.co... (by keskiverto)
December 2016 Pages: 1... 7891011... 18
  Archived months: [nov2016] [jan2017]

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