error with delete[] |
|
[1 reply] : // char* pnew = new char[strlen(s + 1)]; should be char* pnew =... (by JLBorges)
|
by rvinderman1
please help with 1d array 1-9
|
|
[1 reply] : #include <iostream> using namespace std; int main () { int numb... (by closed account 48T7M4Gy)
|
by smitty007
Assigning int values a name
|
|
[2 replies] Last: Use an enumerator. enum { MALE = 1, FEMALE }; if (iChoice == MAL... (by Uk Marine)
|
by masterinex
about max_size() function for vectors
|
|
[1 reply] : > max_size() for vectors ? max_size() for a container returns the the... (by JLBorges)
|
by masterinex
about const iterators
|
|
[1 reply] : const_reverse_iterator crbegin() const returns a const iterator even... (by JLBorges)
|
by dub1987
Accessing Functions from another file
|
|
[9 replies] Last: Here is the actual assignment so you can see what I am up against: ... (by dub1987)
|
by stang6469
problems accessing a function within a class.
|
|
[3 replies] Last: Kemort, Thank you for the feedback and tips. I now have it working, t... (by stang6469)
|
by soosoop
Constructor needs reviewing, not sure if I did this right.
|
|
[2 replies] Last: Your constructor is called when an object of your class is created, be... (by Nico)
|
by Shishykish
Why is my call for a class function not recognised?
|
|
[3 replies] Last: You would be safer with atan2(val2,val1) (note the TWO arguments) th... (by lastchance)
|
by JasonMcG
SFML - Moving in Radial Lines
|
|
[no replies]
|
by axcelenator
accelerated c++ excercise 12-3
|
|
[1 reply] : I don’t have Visual Studio, so I needed to exclude the Ms extensions... (by Enoizat)
|
by CapitalJeep
Values return as zero--values from function calls
|
|
[3 replies] Last: Thank you everyone! Finally got it working--the entire part about pass... (by CapitalJeep)
|
LiveEdu Will Launch Soft Indiegogo campaign Next Tuesday |
|
[no replies]
|
by nishuthan
my file doesnt terminate and doesnot show the proper output
|
|
[2 replies] Last: Well, that isn't a complete program, so it's not possible to see what ... (by Chervil)
|
hope to see an excellent programer :) |
|
[1 reply] : I'm assuming you want a way to transition back and forth from menu to ... (by Uk Marine)
|
by Kourosh23
static vs dynamic array(new operator)
|
|
[3 replies] Last: I suspect the prof. won't allow it yet. A vector can also be a stack... (by jonnin)
|
just askking...WHY |
|
[3 replies] Last: that's a very clear answers...you save my day....apreciate that (by phongvants123)
|
i'n a beginners but this is the big problem for me |
|
[5 replies] Last: You again Chervil...you just say my night.....REALLY REALLY REALLY APR... (by phongvants123)
|
I REALLY REALLY REALLY NEED YOUR HELP...JUST HELP ME |
|
[7 replies] Last: you guys just save my day esspecially thanks to "mbozzi" for your soft... (by phongvants123)
|
by b1yku
question about circle calculate
|
|
[3 replies] Last: What gives you the impression there is debugging required? In other wo... (by Nico)
|