by vitcal
Reshape vector
|
|
[10 replies] Last: > to reproduce something like matlab's reshape boost::multi_array doe... (by JLBorges)
|
by Millet
Homework
|
|
[7 replies] Last: It doesn't print anything because the code fails to compile. (by closed account E0p9LyTq)
|
by Houdinicat22
Personal project: else/if statement problem
|
|
[3 replies] Last: Look at line 38. What's wrong? Multiple problems with it. (by closed account E0p9LyTq)
|
by zeffoster
Help With Average
|
|
[3 replies] Last: You're welcome. I highly suggest using what's called a "debugger", whi... (by Ganado)
|
by CrixStixs
HELP!!
|
|
[3 replies] Last: Yeah, something is really wrong with my logic, but thanks so much joe8... (by CrixStixs)
|
if/else only giving else cout message |
|
[2 replies] Last: that seemed to work thank you so much! (by Alldeezwaffles)
|
class and overloading operators |
|
[3 replies] Last: One way to do it is declare friend ostream& operator<<(ostream& oss... (by jlb)
|
by RKirsch
Giving an array in form of pointer to a function as parameter
|
|
[4 replies] Last: @ jlb, Also size_t is an implementation defined unsigned type, usual... (by Handy Andy)
|
by Zoren
How to use do while loop to display menu?
|
|
[6 replies] Last: Hello Zoren, This is something I like to do. See if it meets what you... (by Handy Andy)
|
Just one string member shared by all objects |
|
[4 replies] Last: C++14: If a constexpr static data member is odr-used , a definitio... (by JLBorges)
|
by Dr4g
Problem with scanf_s and printf.
|
|
[4 replies] Last: You're welcome - glad I could help! (by MikeyBoy)
|
by sphinxxx69
dynamic arrays
|
|
[2 replies] Last: Thank you, my program works perfectly now. (by sphinxxx69)
|
by Shishykish
Why do I only output 2 items from my linked list despite creating multiple structures?
|
|
[1 reply] : The problem is on line 169. Instead of setting pcurrent->nextaddr to... (by coder777)
|
by choco115
number of occurrences
|
|
[2 replies] Last: 1. Check that your file actually opened. Yes, really! 2. Use std::stri... (by lastchance)
|
by Pomidor
Meaning of "&" operator in this context?
|
|
[2 replies] Last: First, please post code with code tags. See http://www.cplusplus.com/a... (by keskiverto)
|
by ebba
HW
|
|
[2 replies] Last: - You use newApprox on line 18 without initialising it. - You never ch... (by lastchance)
|
by Wholetruth
HW help
|
|
[7 replies] Last: Thank-you so much for your help. I completed the assignment. It turns ... (by Wholetruth)
|
by choco115
my while loop doesn't stop
|
|
[1 reply] : x doesn't change within the while loop, so the loop either doesn't run... (by dhayden)
|
by Luca Strano
I need help with .txt input, can someone help me?
|
|
[8 replies] Last: Oh okay, i got it. Thanks for your help! :) (by Luca Strano)
|
by Muglian
Strange console/pointer behaviour
|
|
[4 replies] Last: It's important to understand the difference. Your randomizeArray funct... (by Ganado)
|