General C++ Programming - October 2014 (Page 23)

Need help for tab-function
 
Hello Cpluscplus, I have created some editboxes in my MDI child window but the tab-function do no...
[no replies]
by Myna
Need help on improving my calculator program
 
I need to improve my program in a following ways; ● When the user enters wrong input for radius, ...
[4 replies] Last: can you please write out the whole code please... this things give me ... (by Myna)
how to Cout the second min. number and max. number
 
How can i print out the SECOND MIN number and MAX number without using array? please give me some...
[7 replies] Last: 1. Tracking min is totally unrelated to tracking max. 2. What should ... (by keskiverto)
[C++/SDL] Tile-Based Collision Detection
 
Hi guys I'm still working on my Project and the next Problem has occured: How do I detect collision...
[5 replies] Last: If you move left then check TileX - 1, TileY If you move down then ... (by ahcfan)
Need Help Editing Text to Correct Post Processor
 
I've gone as far as I can with Vectric Cut2D customizing a post processor in order to adapt a CNC Pl...
[no replies]
Seprate template class
 
Hi everyone, i have a big big problem with class template , i need your help //file Array.h #ifn...
[13 replies] Last: I did it .h template <class T> class Array { private: T *m_p... (by nightmaregiba)
by tmason
Using lambdas have initial startup cost?
 
Hello, I hope I can describe my problem generally because I haven't been able to shorten my code ...
[5 replies] Last: Do not use default capture modes. YOu are saving references to all var... (by MiiNiPaa)
Base class as parameter
 
I have run into a problem which is mostly just an annoyance. I need to know if i can have pass a der...
[3 replies] Last: Make it take a polymorphic pointer (probably as a reference): class ... (by TwilightSpectre)
by FIT
Create 5 Array and 5 Multidimensional Array
 
Hey guys, I just need 5 Array Problems and 5 Multidimensional Arrays and I'll code it. Thank...
[no replies]
is it a bug of boost::numeric::ublas?
 
I found a problem that the following simple code cant run correctly. Is it a bug within boost::numer...
[no replies]
Friendship behaves different with nested classes
 
Hello everybody! We've found that friendship could behave different with nested classes. #include...
[4 replies] Last: Cubbi : Thank you very much for your answer and your time! Wow! I u... (by ncomputersorg)
by jetz5
Advanced C++ Calculator
 
I've done the basic calculator in which you enter the number, then the operator, and finally the las...
[4 replies] Last: Thank you very much NT3. The program works perfectly. (by jetz5)
Split a string and store into 2D vector
 
Hello guys, i am having trouble with parsing out string value into a 2D vector. Suppose i have the s...
[1 reply] : For yours, you need to reset the row each time otherwise you'll be app... (by TwilightSpectre)
Text Based Game Attempt
 
Hello All. I am a novice programmer, and as such, might be getting in over my head with this, but I ...
[3 replies] Last: ah for the record, the issue was that I was declaring the string outsi... (by Vauxhall)
Read CSV file into Vectors
 
I have a CSV file that is formatted in the following way. The top row contains headers and the data ...
[2 replies] Last: Yes. I put the full path to the file and now it reads it. I still need... (by gth680p)
need help on where to start
 
0. The main program starts by calling a function named introduction which prints out a description ...
[2 replies] Last: Here you go buddy :) #include <iostream> #include <cmath> using name... (by coltehrman)
by Noori
vector
 
Hello, Lets say that i have the coordinates of a 2D space (x and y), I want to store the coordinat...
[1 reply] : http://www.cplusplus.com/reference/vector/vector/emplace_back/ (by keskiverto)
Right usage of namespace std.
 
I want to know where to use the namespace std. What is it and what is it's use? Where should it be u...
[2 replies] Last: What is it and what is it's use? using namespace std; dumps everyt... (by MiiNiPaa)
issues with program
 
Someone please help, the double do-while loop in case 'c' is not seeming to work. So, what I'm tryin...
[3 replies] Last: So the issue with my program is here, like the first time no PID have ... (by Stephanie)
Deleting Dynamically Allocated Arrays
 
I am trying to delete these arrays NumArray1.array and NumArray2.array at the end of my program so t...
[1 reply] : At line 165: *a1.array = *IntPtr; These dereferences look wrong... (by MikeyBoy)
October 2014 Pages: 1... 2122232425... 38
  Archived months: [sep2014] [nov2014]

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