General C++ Programming - October 2013 (Page 19)

by Yueeng
Hey, how do you guys design programs?
 
This is a general question, how do you design a problem? What's your general steps? There is no ...
[2 replies] Last: Hi Stewbond, First of all, thanks for your reply! It seems that you ... (by Yueeng)
exe, c++,c,mac address, file creation
 
Hello, I want to make two a executable in c++ ,first one when run it will make a file and copy t...
[1 reply] : A computer connected to a modern network will have multiple MAC addres... (by kbw)
help with if and else if
 
I have a lot of trouble with this one CPR program that determines what you need to do to the patient...
[2 replies] Last: thanks! this will help a lot (by nakedsnake)
why private destructor getting called when obj is created statically
 
Hi Why private destructor are getting called when I creates an object of class having private des...
[1 reply] : you cannot use a private function/destructor outside of the class. O... (by coder777)
Algorithm for finding sub-sequences?
 
I'm trying to work through some problems in this textbook in my spare time and I came across this ve...
[4 replies] Last: The scs link refers to lcs , which in turn describes a dynamic pro... (by keskiverto)
value not stored into vector after reading file
 
Reposting this as I deleted my pervious post because I missed out some parts of the codes. I am try...
[2 replies] Last: thanks alot. managed to solve it already (by roidbeginnerlvl)
by razr
How do I hide class implementations using headers?
 
Hi, I am currently working on data abstraction. I was able to write a class (a simple clock, see Ma...
[4 replies] Last: Static libraries was what I was looking for :) Thanks a lot! (by razr)
Sort Ascending Random Numbers-Vectors
 
I'm trying to sort random numbers in ascending order and I was wondering how I should go about that....
[2 replies] Last: and I was wondering how I should go about that There are many app... (by rodiongork)
Need Help Urgent Due This Morning C++ Project
 
This is what i have so far i know its wrong im totally new to programming this is my first semester ...
[no replies]
by wwcase
Input Data/ output Data
 
First of all I admit that I am just learning C++. I have been working on this all day and seem to b...
[1 reply] : Please use code tags when you post http://www.cplusplus.com/articles/z... (by Yanson)
Mesh Collision?
 
How can I determine whether there is a collision between 2 meshes? I'd just like to see if one mesh ...
[10 replies] Last: Maybe this one will be easier http://gamedev.tutsplus.com/tutorials/im... (by naraku9333)
Is C++ Still Relevant Today?
 
Hi Y'all! I have a web design and development background and am going back to school here shortl...
[3 replies] Last: If you need high performance web applications, C++/FastCGI (or even a ... (by closed account S6k9GNh0)
by Ceset
importance of catching signals
 
hi guys i was reading some articles and come across such a thing called signals. i made many s...
[5 replies] Last: Ceset, yeah. A lot of programs choose not to deal with signals at all.... (by closed account S6k9GNh0)
Using a Switch Function on an array of Booleans
 
I don't know that a Function is the right word for switch/case but it seems like this would exist, i...
[1 reply] : Show an example of your problem. An array of booleans is like an arra... (by keskiverto)
quick question
 
I am trying to use an array of a size that will be determined by the user, therefore I must use a ve...
[2 replies] Last: Thank you so much!!! I'm doing a multidimensional NxN vector. I have t... (by belgarionriva)
Vector Segmentation Fault
 
Hi, I have a error with one of my programs. I'm supposed to get rid of negative numbers when there a...
[3 replies] Last: Ah, I see, you got your vectors mixed up in this statement: bothSign... (by LB)
Getting a Error in my Wettest/driest month program
 
So my program is suppose to calculate the rain totals for the month but I get a weird error I've nev...
[1 reply] : You've mispelt wettestMonth (westtestMonth). (by kbw)
MS Visual Studio 2013
 
i am a new programmer and i've installed ms visual studio 2013 express now. i try to run a simply pr...
[4 replies] Last: L B, youre right that was just a copy paste error but thank you guys t... (by MasterMathematician)
by xismn
String pooling not working?
 
Hello, I was just messing around, and I've created this little program. #include <iostream> int ...
[4 replies] Last: Interesting. That's all I can ask for. Thanks L B! (by xismn)
Heap Corruption Detected
 
I keep getting an error when i do more than 2 inputs (which is when my resize function gets called) ...
[1 reply] : Why are you resizing the array on pop? Why does resize work on CURREN... (by kbw)
October 2013 Pages: 1... 1718192021... 46
  Archived months: [sep2013] [nov2013]

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