|
by AlitCandle
For some reason I am unable to delete character pointers
|
|
|
|
[4 replies] Last: Is that the \0 character? I thought that was automatically added in? ... (by Disch)
|
| Outs won't work |
|
|
|
[1 reply] : Does your loop work? You're not clearing the cin buffer after you get ... (by Zaita)
|
| why wont my program let me enter data |
|
|
|
[3 replies] Last: Also consider reading through: http://www.cplusplus.com/forum/articles... (by Zaita)
|
| Strings question |
|
|
|
[6 replies] Last: Thank you (by closed account LN3RX9L8)
|
|
by BrianDehn
Why won't this compile?
|
|
|
|
[5 replies] Last: It's one way declaring that an array is to be passed to the function. ... (by Chervil)
|
|
by JayRyGeo
Where should "using" be placed
|
|
|
|
[2 replies] Last: Thank you, I was confused about this convention and I'm trying to stic... (by JayRyGeo)
|
|
by giblit
Console colored text
|
|
|
|
[2 replies] Last: could you please give me an example I am a bit confused I thought that... (by giblit)
|
|
by Melicalol
Bubble sort more than 2 vectors? help!
|
|
|
|
[6 replies] Last: @Olysold Hey Thanks a lot for respond :D. Using fg109 post worked. A... (by Melicalol)
|
|
by bruntmjust
Explanation help please
|
|
|
|
[4 replies] Last: There are some things wrong with the code. [code firstline=37] ... (by fg109)
|
|
by tiffleroux
Users Entry Causes Segfault
|
|
|
|
[no replies]
|
| Need help with my Structs |
|
|
|
[5 replies] Last: Thank you kooth I finally got to the point were I can compile after co... (by ejhernandez381)
|
|
by MrBrewski99
Linker error?
|
|
|
|
[2 replies] Last: Thanks...I guess I overlooked that. Seems so simple. Thanks a lot! (by MrBrewski99)
|
|
by Minimacfox
CodeBlocks IDE
|
|
|
|
[4 replies] Last: Did you accidentally change every color to the same color? (by lmsmi1)
|
|
by rozick1
Command line argument (filename)
|
|
|
|
[2 replies] Last: Enclose each file name in double quotes. (by vlad from moscow)
|
|
by IdivideBy0
Help with initializing a 2 dimensional array
|
|
|
|
[1 reply] : As I have understood the result array should look as 1 2 3 4 5 6 7 8 ... (by vlad from moscow)
|
|
by zantax
Grids+Movement
|
|
|
|
[no replies]
|
|
by hmdsp5
Creating a file in c++ (1,2)
|
|
|
|
[29 replies] Last: could you please delete it? (by hmdsp5)
|
|
by bruntmjust
Explaination Help (one more)
|
|
|
|
[4 replies] Last: Thank you everyone for the help! Trying to get better at this ha (by bruntmjust)
|
|
by Melicalol
Leap year Fix.
|
|
|
|
[2 replies] Last: Thank you sir, I fixed it :). (by Melicalol)
|
|
by Slyke
Data not being stored in void * struct.
|
|
|
|
[6 replies] Last: It looks loke that in the loop for (int i = 1;i<size;i++) { ... (by vlad from moscow)
|