by T4l0n
why this doesn't work with char ?
|
|
[1 reply] : You'd also need to change the if statements to check for a char litera... (by Lynx876)
|
by Octoballa
Function isn't calling?
|
|
[4 replies] Last: lol good stuff (by tj3434)
|
by UrbanSidhe
I have no idea what to do
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/pointers/ (by SamuelAdams)
|
by Nauman cpp
Bubble sort
|
|
[6 replies] Last: Yes, noobletplusplus is correct. (by Chervil)
|
by Octoballa
Pointer with a struct
|
|
[4 replies] Last: studenta has different scope and not on main() 's variable scope... (by chipp)
|
by jadegnan
Program delays before displaying (SDL)
|
|
[2 replies] Last: Ahh.. makes perfect sence lol, thanks (by jadegnan)
|
by chitminthu
Fatorial from 1 to 20
|
|
[10 replies] Last: Ah I see that now. OP's post wasn't clear. I thought he was explaini... (by ResidentBiscuit)
|
by goldenrider
Help with 2D Array
|
|
[2 replies] Last: The post/pre increment/decrement (++x,--y,etc) also modify x and y, yo... (by noobletplusplus)
|
by Catfish3
C++11 initializer lists ugly?
|
|
[3 replies] Last: Uniform initialization? Like: It makes the 'most vexing parse' proble... (by JLBorges)
|
by DesiredNote
why does this transpire
|
|
[4 replies] Last: There is no need to use a subscript with a pointer because that pointe... (by closed account 3qX21hU5)
|
by RoboGiu
Pointers and Vectors
|
|
[3 replies] Last: in the testArray::testArray(int arg) constructor you are declaring a... (by noobletplusplus)
|
Get name and number in one line |
|
[4 replies] Last: Yeah, sorry about the input. I just used hardcoded data as an example.... (by Lynx876)
|
by Kai82
Urgent Help, pls......code block hello world.
|
|
[4 replies] Last: I'm afraid that's a little out of my area of knowledge. Try asking at ... (by ausairman)
|
by victor72
Polar coordinates of a point
|
|
[2 replies] Last: Google "Rectangular to Polar" I need to use classes, right? The task... (by Chervil)
|
by sweetgirl
assignment help!!!!!
|
|
[6 replies] Last: Here is the idiom for doing something 10 times: const int SIZE = 10... (by TheIdeasMan)
|
by jokester4u
conformation!!!
|
|
[2 replies] Last: What you did would work fine, but below code would be more clean and f... (by a k n)
|
Checking the occurrence of characters from binary file |
|
[1 reply] : You don't show the code where (a) the file is opened and (b) you find ... (by Chervil)
|
by puneet9983
printf("%what",..) for user defined types
|
|
[no replies]
|
by MrSlippery
Made it about 1/3 through my book... Help
|
|
[no replies]
|
by Shinji2013
Linkable classes
|
|
[3 replies] Last: THANK you! Makes a lot more sense now! ^^ (by Shinji2013)
|