by iscoulte
Need help! Error within class
|
|
[no replies]
|
by iFuz
Crash Help
|
|
[1 reply] : Student(char *n = 0, int r = 0) { rollno = r; name = new char[s... (by ne555)
|
by praneshiitm
printing rows and columns
|
|
[2 replies] Last: k...thanks..:) (by praneshiitm)
|
by Mizfizz
C++ Project - File Seperating
|
|
[4 replies] Last: Hi, Normally in C++, class declarations (definitions from your other ... (by TheIdeasMan)
|
by johnmerlino
the backspace character
|
|
[1 reply] : No. The compiler just inserts ASCII code 0x08 into the string, which "... (by Zhuge)
|
Multiplying an array by 10 |
|
[3 replies] Last: Ok thank you so much Smac89! Job well done. (by closed account zqMDizwU)
|
by compadre99
strcmp problem I'm having...
|
|
[1 reply] : This doesn't have anything to do with strcmp . On line 10 you attemp... (by cire)
|
by generic2709
codeblocks sdl(Cannot find lSDlmain)
|
|
[no replies]
|
by johnmerlino
how does clock return the same value every 72 minutes?
|
|
[2 replies] Last: The maximum value that can be returned by std::clock() is std::nume... (by JLBorges)
|
by Yours3lf
why does this crash?
|
|
[3 replies] Last: Yeah it works for Coliru and other online platforms... it's really wei... (by Yours3lf)
|
by rgt13
help help
|
|
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by MiiNiPaa)
|
by Cpper
SDL Sprite Stays there
|
|
[1 reply] : If you're using SDL 1.x, you're doing it wrong. Use SDL2. It's newer, ... (by closed account N36fSL3A)
|
by theperson
How can I get the pointer that an iterator points to and store it in a pointer variable?
|
|
[2 replies] Last: I'll keep that in mind when coding the rest of it... Really the only c... (by theperson)
|
by Clement
A call to a string names in a class not display
|
|
[1 reply] : Your showNames function returns the first name, and that's it.... (by LB)
|
by fafner
Moving from C++ to C -> extremely slow
|
|
[2 replies] Last: I wanted to do it so that when I move my rendering code over to an Ope... (by fafner)
|
by yasintha9
how to init this??
|
|
[2 replies] Last: HI JLBorges. thanks for quick reply its works thanks (by yasintha9)
|
by abollo
Question regarding memory addresses of pointers to structs
|
|
[1 reply] : Since they are consecutive in memory They are actually not. If you ar... (by MiiNiPaa)
|
by farzam
sniff RTPS packet using C++
|
|
[1 reply] : well first you would need a networking library. i typically use sfml, ... (by Little Bobby Tables)
|
by so confusing
angle between two points
|
|
[2 replies] Last: WOW , just WOW apparently this was the whole problem. i have been di... (by so confusing)
|
by Alby94
Difference between thread joinable and detached?
|
|
[1 reply] : A joinable thread is one that you can wait for to complete. The thread... (by Peter87)
|