by code builder
coding help I'm a epic noob !! lol
|
|
[2 replies] Last: No i'm checking for decimal points which is the dot "." anything wit... (by code builder)
|
by poohpooh
help with messy SetWindowText
|
|
[6 replies] Last: Sorry, my mistake. You call it, but you must check for NULL. char b... (by kbw)
|
Brute-force attack TLS encryption |
|
[1 reply] : You multiply the number of possible keys with the time to test one key... (by Peter87)
|
by interim2012
What's the difference between copy and uninitialized_copy?
|
|
[3 replies] Last: You can and should replace uninitialized_copy with copy in this partic... (by cire)
|
by noobcoder
Reading strings in from a text file
|
|
[1 reply] : can i no the exact output u want. if u want to read the file, line by... (by Ebenezer justin)
|
by Mcgoofy1
Help!!
|
|
[no replies]
|
by TommehTGOD
How to read in text file
|
|
[6 replies] Last: try this.... while(!infile.eof() ) { if( grade !=-1) { ....... ......... (by Ebenezer justin)
|
Boost regex troubles |
|
[2 replies] Last: Hi, I actually started off w/o spaces... (by closed account 4ET0pfjN)
|
Boost Regex library |
|
[4 replies] Last: thanks (by closed account 4ET0pfjN)
|
by mcertini
Date / Time Classes.
|
|
[5 replies] Last: Does anyone know how to import this through a DLL? I suppose it would... (by mcertini)
|
by noonmoon
vector to output file?
|
|
[6 replies] Last: aha! thank you! (by noonmoon)
|
by GFreak45
Recursive delete function errors
|
|
[10 replies] Last: You have not seen the code yet and it does work I have been testing it... (by GFreak45)
|
by psycho342
Metroworks Codewarrior C++
|
|
[3 replies] Last: @Moschops. that would be extremely appreciated! please post. i'm curi... (by psycho342)
|
by Invader2010
neverending Error!
|
|
[2 replies] Last: cout<<Player1::level<<endl; -> cout << player.level << endl; And st... (by GFreak45)
|
by hulibarri
Getting a crazy number??
|
|
[5 replies] Last: Correct, C++ reads left to right and top to bottom just like a person ... (by Hippogriff)
|
by obdo
2d arrays using dynamic memory
|
|
[7 replies] Last: This is no problem, you can use reserve() to make the vector big enoug... (by closed account o1vk4iN6)
|
by Invader2010
error LNK2001
|
|
[16 replies] Last: dont list to what stewbond said, hes wrong, what he said would be righ... (by GFreak45)
|
by hopesfall
STL algorithms
|
|
[3 replies] Last: I don't understand your question. You want to know how to sort (sortin... (by ne555)
|
by Invader2010
Error C2660
|
|
[3 replies] Last: So presumably this is what your main function now looks like: int ma... (by Moschops)
|
by poisontree
Overloading the Assignment Operator in Derived Classes
|
|
[4 replies] Last: That makes sense, thanks! (by poisontree)
|