by ahmed1031
const datatype
|
|
[6 replies] Last: ye i nearly get it thanks (by ahmed1031)
|
by jopeters
using an fstream in a class
|
|
[7 replies] Last: I start closing the file by creating a member function that closes fou... (by jopeters)
|
by garunas
Background Colour
|
|
[17 replies] Last: Well " Computergeek01 " to be honest with you i read something about s... (by Mihay07)
|
Basic Calculator |
|
[8 replies] Last: Ah, in that case, you'd indeed be better of including cmath. (by Kyon)
|
by deepa
static
|
|
[4 replies] Last: You might also want to google 'hottentottententententoonstellingen'. (by Kyon)
|
by Kness
X and Semicolon
|
|
[10 replies] Last: Most likely, you are correct. All C++ has managed to do since day 1 is... (by Kness)
|
by EdBoon
dynamic arrays of classes
|
|
[1 reply] : Create a wave class, and have your waves of enemies contain an array/v... (by quirkyusername)
|
by spamme
class, 3D-Array, return style
|
|
[no replies]
|
by Gunni
rand()
|
|
[1 reply] : Sure, take a look at this -> http://www.cplusplus.com/forum/lounge/232... (by m4ster r0shi)
|
by JoshuaS
Problem with using strncpy() and memcpy()
|
|
[1 reply] : Both strcpy and memcpy need source and destination addresses. field_tw... (by hamsterman)
|
by Kness
Odd error in program
|
|
[3 replies] Last: I looked over the code you listed, and it appears that you moved the f... (by Kness)
|
by garob
error in counting occurances of a character in a std::string
|
|
[2 replies] Last: Sorry it was an std::string. I ended up writing my own function anywa... (by garob)
|
by liamwithers
Complete noob question - if / else
|
|
[2 replies] Last: You should read up on control structures. http://cplusplus.com/doc/tu... (by Thumper)
|
by meca
min and max
|
|
[5 replies] Last: your code shall work but this part has no use if (n1==n2){ max = n1;... (by ahmed1031)
|
by mp9191
STL sort - vector iterators incompatible error
|
|
[6 replies] Last: I figured it out myself! Sorry to have bothered you guys, but I do app... (by mp9191)
|
by atse013
how can i delete a line in the textfile using c++?
|
|
[8 replies] Last: trapsearch is to check if the entered student number don't exist. i... (by atse013)
|
by eduard77
exercise
|
|
[8 replies] Last: It is only working for some values of deposits. If you choose deposit... (by nathan10)
|
by deepa
pls answer these que
|
|
[1 reply] : pls answer this que when you don't know about homework 1. study 2.... (by Bazzy)
|
by force123
Inilializing array
|
|
[1 reply] : Well, you could try this: int tmp_array_1 = {{0, 0}, {1, 0}, {1, 0... (by hamsterman)
|
by juvan
String problems
|
|
[2 replies] Last: Nice, no more exception, but it behaves a bit wierdish. Let me just sh... (by juvan)
|