by therealfox
I'm new to C++ and have a problem regarding Structured Data.
|
|
[1 reply] : What exactly is your problem? So far you've declared a struct (which w... (by anarelle)
|
by sajis997
program crashes while generating a string pattern at higher level
|
|
[1 reply] : Do you realize how big your string is getting? Remember you're algorit... (by jlb)
|
by stooper1002
Hello, c++ programmers
|
|
[6 replies] Last: you could probably get yourself off to a good start if you want to pur... (by epicmike)
|
by anarelle
Are these two correct ways of iterating through a vector?
|
|
[3 replies] Last: Thanks guys! (by anarelle)
|
by PhillipK
Array of Pointers and Objects
|
|
[5 replies] Last: Hi, A few things I noticed: Don't duplicate names in base and derive... (by TheIdeasMan)
|
Error C2664 while using classes. |
|
[2 replies] Last: Thanks! This helps a lot. I need the parameters to be dynamic so I sho... (by EverGreen1231)
|
by stooper1002
Any help appreciated
|
|
[3 replies] Last: Just to be clear: one can't make an executable program on one OS, put ... (by TheIdeasMan)
|
Allow a blank user input |
|
[1 reply] : As I'm new to "C++", I'm beginning to learn it's a better idea not to ... (by ShiftLeft)
|
by SamuelGr
Would this use of struct and function references be considered okay?
|
|
[2 replies] Last: Thank you very much for the feedback!! (by SamuelGr)
|
by JoanT
Function call missing error
|
|
[1 reply] : It's not a good idea to have a variable and a function with the same ... (by Thomas1965)
|
by fninigi
operators overloading, strange seg fault
|
|
[7 replies] Last: Where exactly does it crash? The best would be to use the debugger, bu... (by coder777)
|
by LainStorm
Trouble remaking a project with void functions
|
|
[6 replies] Last: line 60 else(average < 70) must be else if(average < 70) line 71 ... (by Thomas1965)
|
by Arslan7041
Default construcotr not found? Program not compiling
|
|
[12 replies] Last: Thank you for your input. (by Arslan7041)
|
by Outlaw782
Why should I ever use anything other than a void function?
|
|
[3 replies] Last: When talking about programming in general, there are functions and pro... (by Kevin C)
|
by omega4relay
error: expression list treated as compound expression in mem-initializer
|
|
[2 replies] Last: weird, I was talking to someone about that earlier since before I had ... (by omega4relay)
|
by joshuatz
How would I run this multiple times?
|
|
[1 reply] : You need to flush input buffer with something like cin.ignore (). This... (by ShiftLeft)
|
by itsdaft
I am trying to get this math program to work and I'm struggling with the final part.
|
|
[7 replies] Last: Excellent (by closed account 48T7M4Gy)
|
by imimoises
Can someone explain me this?
|
|
[5 replies] Last: so, I wonder, why putting that within the code, makes someway the poi... (by jlb)
|
pointer function implementation |
|
[1 reply] : Please don't double post. http://www.cplusplus.com/forum/general/17827... (by closed account 48T7M4Gy)
|
by pckofwolfs
First time C++ user
|
|
[17 replies] Last: With the indentation and bracing, you should be able to get your IDE t... (by TheIdeasMan)
|