What does "array decays to pointer mean"? |
|
[4 replies] Last: > I know that for an array int A ; A on its own is a pointer i.e it c... (by JLBorges)
|
Reason for not being able to set pointer-to-pointer = 2D array |
|
[1 reply] : http://www.cplusplus.com/forum/general/185480/ (by Duthomhas)
|
by MrAztecGamer
Static Stack program?
|
|
[2 replies] Last: To attack a problem like this, read the assignment and make notes of t... (by dhayden)
|
by Mastaron
C++ Summing large numbers using string
|
|
[2 replies] Last: Thank you for your code and advice :) (by Mastaron)
|
by moot
Not Getting Correct Output for Histogram
|
|
[4 replies] Last: +1 MikeyBoy . In this case, I found the bug by adding a function to ... (by dhayden)
|
by JonTelep26
What is this error?
|
|
[6 replies] Last: http://www.cplusplus.com/forum/general/140198/ Post your code and you... (by ne555)
|
How to I clean up my code? It's a mess! I can't even develop it further. (1,2) |
|
[33 replies] Last: Yeah, all of them are necessary. The program will not run (properly w... (by TheIdeasMan)
|
by Frenzy
Calling a function from within a Function???
|
|
[3 replies] Last: I feel like such an idiot... thank you so much. I appreciate that you... (by Frenzy)
|
by knexkid9
Output a Pattern of stars using recursion - stuck for hours
|
|
[4 replies] Last: What if, hypothetically, the setfill+setw is implemented with for loop... (by keskiverto)
|
by AmmmG 01
Why Queue can't take(push) a string??
|
|
[3 replies] Last: Yes jlb and TheIdeasMan , sorry about that. So yeah, there you go, ... (by AmmmG 01)
|
by Huako
Creating Folders/Directories
|
|
[3 replies] Last: nvm I don't know why but it work, can some one plz elaborate why it so... (by Huako)
|
by thejump24
issue with a prime number program
|
|
[5 replies] Last: You initialise prime to true. If x is 1, you don't do anything to... (by MikeyBoy)
|
by poqwe
only 1 loop will be used, for loop..
|
|
[17 replies] Last: hmmmm im just asking some knowledge about programming sir... my course... (by poqwe)
|
by JonTelep26
Putting data into a private object.
|
|
[5 replies] Last: The compiler won't have created duplicates. In the code you were tell... (by MikeyBoy)
|
by mahmad33
Need help with programming assignment.
|
|
[9 replies] Last: @Mazino013, @ibrahim069 Please post your question in a new thread of ... (by Chervil)
|
by ashutiwari
Need help cpp program to cut and print column from csv reports
|
|
[1 reply] : I think you should read this first. http://www.cplusplus.com/forum/beg... (by Thomas1965)
|
by geeloso
What is wrong here?
|
|
[4 replies] Last: The easiest is to set a breakpoint in the destroyList function and ste... (by Thomas1965)
|
by Kubani
Smart pointers
|
|
[11 replies] Last: You guys, are right. I added the system ("pause"); inside the destr... (by Kubani)
|
by shadowmouse
Templates
|
|
[2 replies] Last: That's a really clever solution, thanks. So that I fully understand ho... (by shadowmouse)
|
by lollopes
How to loop from input.txt
|
|
[1 reply] : > I need to write this basic program. ¿what should the program do? >... (by ne555)
|