Delete a number given by user in a vector |
|
[9 replies] Last: > That last bit is what is giving me trouble; shifting the elements ov... (by JLBorges)
|
by Blenda
Can you help me please?
|
|
[1 reply] : Double post: http://www.cplusplus.com/forum/beginner/191007/ (by chicofeo)
|
by Tyler T
How do calculators avoid floating-point precision errors?
|
|
[3 replies] Last: > And what data type do they use (is it long double)? See: 'Using Bin... (by JLBorges)
|
by MultiMedia
Plot coordinates program
|
|
[3 replies] Last: Yes. There are many external libraries available for C and C++. (by Moschops)
|
by hammerofdoom
Stuck in my project:Fill the ship with products (max efficiency)
|
|
[1 reply] : This is a common CS problem called the Knapsack problem . Read all ab... (by Duthomhas)
|
by sismine
Problem with Multi-dimensional Arrays
|
|
[2 replies] Last: "because the indexes only exist withing that first nested for loop" Y... (by Duthomhas)
|
by helo12
Binary search using a random array of integers--Sort problems
|
|
[4 replies] Last: Thank you guys very much for the help (by helo12)
|
by jirals
How to make a loop in a strlen?
|
|
[5 replies] Last: http://www.cplusplus.com/reference/string/string/ (by helios)
|
by spacecadet11
NewBie with a question or two
|
|
[19 replies] Last: I think actually I did it. SC (by spacecadet11)
|
by xrosax
How to normalize the screen height and width?
|
|
[3 replies] Last: The way to think about this is two steps. First, scale. You have a l... (by Moschops)
|
by humblehootz
Pointer Study Guide Question
|
|
[7 replies] Last: While I think @MikeyBoy may have been just a little bit too sarcastic,... (by doug4)
|
by modkip
defining int with variable name
|
|
[6 replies] Last: Thanks JLBorges, this is exactly what i was searching for! I have not ... (by modkip)
|
by technologist
typedef question
|
|
[18 replies] Last: [quote=Cubbi]that's an alias to a pointer to a function Good catch. ... (by MrHutch)
|
Inheritance of abstract Class |
|
[4 replies] Last: It compiles fine for me too. The thing I'll point out is you only need... (by BHX)
|
by dmacfang8
Close And Open A New One
|
|
[1 reply] : start cmd.exe ? (by SamuelAdams)
|
by Burden
Need help to fix the function
|
|
[2 replies] Last: Thanks a lot. It works! (by Burden)
|
by Carneno
Visual Studio 6.0, C/C++ error C2065: 'SSLv2_client_method' : undeclared identifier
|
|
[5 replies] Last: It's common, when writing C and C++ code for various target systems, t... (by Moschops)
|
by niko79542
How to safely return int pointer
|
|
[4 replies] Last: No. int *BukPtr = new int; *BukPtr = bucket; or int *BukPtr = ne... (by helios)
|
Easiest Shortest Path C++ Program *Possibly* |
|
[8 replies] Last: Lol it does. 'A' does not equal 'a'. I placed the example input with c... (by MazharMustapha)
|
by MultiMedia
Draw circle using Trig functions
|
|
[1 reply] : void t_25() { double fi,fir; double rad; double x,y; int nl; ... (by skaa)
|