by gdsturgill
-nan(ind)?
|
|
[4 replies] Last: Your original routine newton( ) - your original post - does not return... (by lastchance)
|
by Mite
What happens when wrong indexes are used in c++2-d arrays?
|
|
[10 replies] Last: Thanks very much everyone for their support and answer. (by Mite)
|
by LauTam
Unity help code keeps coming back with a error
|
|
[no replies]
|
by Harryguy
in visual studios '15, one of my classes isn't being recognized as a class
|
|
[3 replies] Last: okay thank you guys for suggestions. I figured it out. Being a novic... (by Harryguy)
|
by Robsome97
Code will compile but program won't work
|
|
[3 replies] Last: Hello Robsome97, I finally managed to work something up and get the f... (by Handy Andy)
|
by Dagr
C++
|
|
[2 replies] Last: thx (by Dagr)
|
by seungyeon
how do i randomly generate 2 chars?
|
|
[6 replies] Last: The rand() has deprecated status in C++ standard. The replacement is... (by keskiverto)
|
by Flaze07
what's wrong with my program
|
|
[3 replies] Last: nvm, solved it (by Flaze07)
|
by Gammel2012
Trying to read a file in an array of chars
|
|
[1 reply] : There is no need to mix std::string and char , you can use std::string... (by gunnerfunner)
|
by Claudius7
Book for learning algorithms in C++
|
|
[9 replies] Last: All: please be aware OP has a tendency to remove vital stuff from the ... (by gunnerfunner)
|
by Claudius7
Function that returns a vector of sum from another vector
|
|
[4 replies] Last: OP: you edited your first post 15 minutes after JLBorges' reply, remov... (by gunnerfunner)
|
by techjohnny
Triangle ADT
|
|
[3 replies] Last: I don't believe our instructor wants us to use the * operator ... not... (by gunnerfunner)
|
by burrild1967
Buffer not writing correctly
|
|
[2 replies] Last: I am trying to write FFFFFFFFFF to a binary file using a buffer size ... (by cire)
|
by SailorCronos
The Concept of this Practice Program
|
|
[2 replies] Last: I don't think the program is supposed to do anything useful. It's just... (by Peter87)
|
by hatta12345
Need help with cylinder surface area (for school)
|
|
[4 replies] Last: Now your formulae for volume and surface area are simply wrong. If you... (by lastchance)
|
by Podo
Creating adjacency matrix from two 1d Arrays
|
|
[1 reply] : Think I may have figured something out... for (int i = 0; i < nu... (by Podo)
|
by tNK
void function question
|
|
[1 reply] : The void function is still returning an integer number. void means t... (by integralfx)
|
by idknuttin
How to remove one item from a linked list?
|
|
[7 replies] Last: if anyone is interest here is my code that works, yes it's longer then... (by idknuttin)
|
by kingkush
Is there an easier way to instantiate many objects?
|
|
[4 replies] Last: No, it's just an object called card_template whose members suite, suit... (by helios)
|
by HumCH12
Reading/Writing text file
|
|
[1 reply] : This is a start to tidying up what you have. #include <fstream> #inc... (by closed account 48T7M4Gy)
|