by a786
what does this mean in c++
|
|
[1 reply] : It's the same as while (1) (An infinite loop.) (by helios)
|
by Bollom
Problems in C++ Prime Number Checker
|
|
[1 reply] : Ironically your two problems are actually the same one. You need to... (by Buff Dogg)
|
by epiqu1n
Using a Flash Drive in FreeBSD
|
|
[1 reply] : Try a BSD mailing list or forum. This isn't a Linux/Unix support site (by Zaita)
|
by vexstorm
input validiation
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/6046/ (by Zaita)
|
by Bollom
Problems in C++ Prime Number Checker
|
|
[no replies]
|
by Buff Dogg
Declaring an STL list iterator in a class
|
|
[5 replies] Last: Thanks jsmith. I changed the line to _List_const_iterator<Type> it... (by Buff Dogg)
|
by n4nature
Templates and operator overloading
|
|
[4 replies] Last: I tried the program and found that the second case will work if an arr... (by n4nature)
|
by tcyj86
c++ reading flie
|
|
[5 replies] Last: http://www.cplusplus.com/reference/iostream/istream/seekg.html (by helios)
|
Pointers and assignment and unpredictale result |
|
[2 replies] Last: Ok, setting aside the pointer cast magic and assuming it works, the co... (by jsmith)
|
by Alena
memcpy function
|
|
[2 replies] Last: Thank you a lot :-) (by Alena)
|
by alabalanica
Array with random non duplicate numbers
|
|
[3 replies] Last: Well, I would create the array, then each time you randomly generate a... (by firedraco)
|
by Mythios
Question about vectors
|
|
[9 replies] Last: Cheers for that mate, but this is just a very small test program as we... (by Mythios)
|
by shakezula219
Decimal to Binary conversion
|
|
[4 replies] Last: You should be able to just call the function with the integer you want... (by jsmith)
|
by suprflyusmc1
Convert char to char*
|
|
[1 reply] : You have pointer ownership problems with your string class. When th... (by jsmith)
|
by grcunning
clear ctrl-z from buffer
|
|
[4 replies] Last: myStream >> myNumber Is an overload and equal to istream& myStream.... (by Zaita)
|
by fg8ty64
trouble changing 1-D array into 2-D
|
|
[1 reply] : I don't think you are doing this correctly...I think what you want to ... (by firedraco)
|
by kunalsablok
exception handling core dump
|
|
[2 replies] Last: Your throw specification on a() says the function only throws floats, ... (by jsmith)
|
by unregistered
qn regarding file closure problem
|
|
[14 replies] Last: I'm not sure you can without knowing a priori how many elements you ar... (by jsmith)
|
by Mythios
How to read other lines in a file?
|
|
[4 replies] Last: Haha, cheers for that helios - you really have a lot of knowledge in t... (by Mythios)
|
by hnaghdali
keyboardmanger class
|
|
[no replies]
|