by jumper007
Cannot understand this syntax...
|
|
[6 replies] Last: @Moshops Could have been a char. Or a string. Or a longer int type. ... (by jumper007)
|
by Valdemar
Stek
|
|
[2 replies] Last: In computer programming, a stack is a container that holds other vari... (by jumper007)
|
by lSgtPepperl
Find the top 3 numbers in a list
|
|
[4 replies] Last: The easiest way is sure the STL sort() function, but I guess you ... (by jumper007)
|
debugging suddenly stops |
|
[5 replies] Last: Lines 11 to 15 look suspicious. As written: for (i=0; i<2500; i+... (by Chervil)
|
by johnhuge
char array
|
|
[4 replies] Last: In C/C++ there is no assignment operator for arrays. You have to use ... (by vlad from moscow)
|
Ogg Vorbis Exeption Error |
|
[7 replies] Last: For some reason I needed to link static versions of the libraries T... (by Moschops)
|
by airplane1337
it keeps crashing when i enter password
|
|
[1 reply] : char *password = "test"; In C and C++, anything inside " symbols ... (by Moschops)
|
by mama6347
Asteriks Triangle Nested loop
|
|
[1 reply] : Please use code tags in future posts, before you press submit, look d... (by Kart)
|
2D vectors |
|
[2 replies] Last: thank you. this works (by noktalivirgul)
|
printing vectors ERROR |
|
[4 replies] Last: thnak you this worked with () instead . (by noktalivirgul)
|
by Tekaru Oka
expression must be a modifiable lvalue
|
|
[2 replies] Last: Thanks! I'll try your way! (by Tekaru Oka)
|
Input of C program |
|
[no replies]
|
by ekbass
Pointer Question
|
|
[4 replies] Last: The problem is: root = node; No, clearly root is a Node* as spe... (by cire)
|
by Alcorel
Is this ok for a 2D dynamic array?
|
|
[1 reply] : So, you're leaking memory every time you call this function. I suspec... (by cire)
|
by Ammo
switch statements using int
|
|
[6 replies] Last: Yea I realized it after. If I was using char it would have been okay.... (by Ammo)
|
by snow 56767
Cannot access data struct members after looping a couple times.
|
|
[1 reply] : I have figured it out. All it took was time :) It turns out that when ... (by snow 56767)
|
by RedTail
Interest Rate will not Display as .06, .6, etc.
|
|
[1 reply] : @DarrelLopez (1) Don't make pointless posts like that, you could be r... (by TheIdeasMan)
|
by i4m5up3rm4n
Passing Parameters: Days of the Week Re-Write
|
|
[1 reply] : The book really had nothing about this? You're going to need to emplo... (by Branflakes91093)
|
by raines883
Trying to find the mode of an array
|
|
[11 replies] Last: I'd love to see the code sounds interesting (by gsizzle10)
|
OpenGL linker problem |
|
[10 replies] Last: Did you add "SFML/Graphic.hpp" to your program? OpenGL headers is incl... (by majidkamali1370)
|