by Mystnight
Help with files and counter
|
|
[1 reply] : Let's look at this snippet: void readscore (int &id, int &test, int &... (by jlb)
|
by Lyrix
Which one cause std::bad_alloc
|
|
[1 reply] : The scope of solution is incorrect. Your bad_alloc can happen in s... (by kbw)
|
by diego315
problem with a cubic function code
|
|
[6 replies] Last: You can find the full method here: https://imgur.com/a/kX2mno3 Coded,... (by lastchance)
|
by Thomas1965
SIGSEGV on codechef
|
|
[3 replies] Last: @Peter87, @keskiverto, thanks it's working now. I even got 100% :) He... (by Thomas1965)
|
Constructors |
|
[2 replies] Last: Look at the C++14 tab in http://www.cplusplus.com/reference/vector/vec... (by keskiverto)
|
Pass data of pointer to pointer |
|
[3 replies] Last: You should work out why you're trying to write over memory that doesn'... (by Repeater)
|
by ram000
A simple question about why it always tells me character constant is too long
|
|
[3 replies] Last: Thanks so much! I learned a lot today. (by ram000)
|
by NCCspartan85
Need Help with my logic error for wind chill factor program.
|
|
[5 replies] Last: Thanks for that it was another arithmetic issue. Enter a value for F... (by NCCspartan85)
|
How would be resolved this typedef? |
|
[4 replies] Last: First, I thank you for your 'repairing', I fiddled at the code a more ... (by nuderobmonkey)
|
by wolfie16
Class hierarchy
|
|
[6 replies] Last: > So no need to create these pointers, right? We are creating pointe... (by JLBorges)
|
by Kyoto
Cannot convert 'char(*)[20]' to 'char*' in initialization.
|
|
[1 reply] : char* Plocation = location[rand()%5]; //try this. I didn't explain la... (by jonnin)
|
by kada17
Converting text from file into operations
|
|
[2 replies] Last: Thank you for the array tip, I think I know what to do now. (by kada17)
|
by primem0ver
pragma once and circular includes
|
|
[8 replies] Last: That doesn't work the way you think. (but it would if you used ifndef... (by poteto)
|
by thechamp1202
Unresolved external errors
|
|
[2 replies] Last: Got it, I did that for all of my functions and it works now! Thank you... (by thechamp1202)
|
by lastchance
Function pointers to operators
|
|
[8 replies] Last: Thanks @coder777. A catch-22 situation indeed. (by lastchance)
|
by Putarda
Freind class function inaccessible because of template
|
|
[2 replies] Last: Remove <N> template<typename N> friend class B<N>; (by Peter87)
|
Reading Text File with Delimiter. |
|
[3 replies] Last: You do have: int studentIds ; ifstream inputFile; getline( inputFi... (by keskiverto)
|
by Vemund
I need a new challenge
|
|
[1 reply] : AFAIK plugins for GIMP are written in python. Small practical tools f... (by Thomas1965)
|
by HazelSquare
Need Help
|
|
[5 replies] Last: Your tax_rate is 27.0. If your wage has no decimals and hours has no ... (by keskiverto)
|
cout won't work from within function (ambiguos) |
|
[1 reply] : We need to see your code to be able to help. Be sure you post the code... (by jlb)
|