by murva
linked lists
|
|
[no replies]
|
by m3laa4u
samble calculator with if and else ;
|
|
[5 replies] Last: #include<iostream> using namespace std; int main () { int x,y; c... (by hamsterman)
|
by Jabu
confused
|
|
[2 replies] Last: "The C++ Programming Language" I would recommend you to read this ... (by firix)
|
by Blessman11
glut32.dll is no longer in my system
|
|
[no replies]
|
by gibran
How to read/print from a data file.
|
|
[6 replies] Last: It does not matter :) (by firix)
|
by Minky
Problem with program getting stuck in an endless loop.
|
|
[1 reply] : hi, if you add the following you should get away from the endless l... (by shredded)
|
by Scythe37
Is there any problem using Japanese characters in strings?
|
|
[1 reply] : I'm sure it's possable , you'll probebly have to use the wchar_t data ... (by Faff)
|
by EdoMan
Sequencing through something an array.
|
|
[no replies]
|
by Flynn380
Need direction with my Class declaration, and probably a few other things...
|
|
[5 replies] Last: Cannot convert from 'this' pointer from 'const Color' to 'Color&' I ... (by ne555)
|
by twentfiveu
My Functions are not passing their references
|
|
[2 replies] Last: thanks!! (by twentfiveu)
|
by Ecnahc515
Crash and trouble Inputing values in an pointer-to-int-array
|
|
[2 replies] Last: Yeah I figure that out shortly after posting this, took me 30 min of s... (by Ecnahc515)
|
by invelios
vectors of classes & custom constructors
|
|
[4 replies] Last: I found out the problem is my class had an iobookstream class inside i... (by invelios)
|
by Gatlin247
Lowest Score Drop
|
|
[2 replies] Last: Not 100% sure but I thing this would work. I'm sure there's an easier ... (by JohnB1975)
|
by Nave1695
How to use functions
|
|
[4 replies] Last: Yes, just stick that in in between two brackets in a function and it w... (by Ecnahc515)
|
by qaz123
Program Keeps Crashing
|
|
[2 replies] Last: thanks that helped a lot it was still crashing but i changed the ints... (by qaz123)
|
by pwnedu46
Pythagorean Theorem solver
|
|
[2 replies] Last: Thanks hamsterman! It is working perfectly now, I think the console ju... (by pwnedu46)
|
by Ecnahc515
Simple loop, cant find a simple reason it doesnt do anything.
|
|
[2 replies] Last: For some reason my compiler messed up and the console window had two p... (by Ecnahc515)
|
by pika
problem with templates and inheritance
|
|
[4 replies] Last: Yup, I did that. Well, I also just compiled the main program, and got ... (by pika)
|
where do i get random.h library from? |
|
[1 reply] : You can use rand() from <cstdlib> http://www.cplusplus.com/reference/c... (by Bazzy)
|
by Nave1695
String comparison error
|
|
[2 replies] Last: Hmm thanks a ton! that worked, i thought double quotes where used for... (by Nave1695)
|