by kamilhassaan
How do you pass double pointers in a function?
|
|
[3 replies] Last: If x is a double, then &x is a pointer to a double So if ptr is a poi... (by Moschops)
|
Return value of a function |
|
[6 replies] Last: I found some similar functions to my function in this link: https://co... (by ivanov ivan ivanovich)
|
by mkb555
Array of structs default values
|
|
[4 replies] Last: One other comment. Its hard for me to check since structs don't come... (by Chervil)
|
by kev558
Values in array change after assignment when using try/catch
|
|
[7 replies] Last: Hi, Another thing: In the original code: if ((angle == 0) || (angle... (by TheIdeasMan)
|
Ofstream writing error? |
|
[3 replies] Last: Ok, so you are reading a name and store it in a string variable named ... (by Peter87)
|
sorted multimap |
|
[1 reply] : > I need an idea of how can I use this ADT, so I can prove it's utilit... (by JLBorges)
|
by kev558
Problem using header files for the first time.
|
|
[11 replies] Last: Hi, Just on your actual code: Try to avoid raw pointers and new and ... (by TheIdeasMan)
|
by Batman93
Histogram help
|
|
[2 replies] Last: Thomas1965 that worked Thank you! (by Batman93)
|
by amartinez32
functions, passing by reference
|
|
[6 replies] Last: Prototype would be void calc_change(double change, int &quarters, int... (by Tyler T)
|
Problem in creating a .cpp file in Microsoft Visual Express 2015 |
|
[no replies]
|
by hobbit36
Formatting output
|
|
[2 replies] Last: Names is a string and the longest one is 20. Name ... (by hobbit36)
|
by mamoyo
Manhatten & Euclidean
|
|
[3 replies] Last: the Euclidean distance or Euclidean metric is the "ordinary" (i.e. st... (by JLBorges)
|
by cpunkymonkey
cout Issues
|
|
[1 reply] : First I suggest you review how to declare variables in C++, you seem t... (by jlb)
|
by kaylah93
Need help with this program assignment
|
|
[7 replies] Last: Thanks for all the help guys (by kaylah93)
|
by GigaMuff
Rand not working correctly
|
|
[2 replies] Last: Wow... I can't believe i missed that.... Thanks, it works. Haha (by GigaMuff)
|
by vlad61
unexpected while loop
|
|
[no replies]
|
by thursday
Help with simple XOR file encryption program
|
|
[no replies]
|
by omn0mnomm
Writing vectors to ofstream
|
|
[1 reply] : //Call encryption function void encryption(vector<int> out, ifstrea... (by ne555)
|
by lyonm513
Help with this class please
|
|
[no replies]
|
Need Help Finding Error in Employee Object/Class |
|
[2 replies] Last: Thank you for your quick response. I meant to respond sooner, but work... (by avid programmer)
|