by zakkhoyt
How to watch an iterator
|
|
[1 reply] : Okay, I was hasty. Simply add the iterator to the watch window and exp... (by zakkhoyt)
|
by Millie
Reading/Writing text files
|
|
[2 replies] Last: To build on what Zaita suggests, a class is a good choice to hold su... (by Duthomhas)
|
by akmal4ik
Problem with strcmp()
|
|
[4 replies] Last: Thanks much helios. I do it my function works. It's true that akmal>... (by akmal4ik)
|
by Roy420
How to convert double vecto to a vector with certain class datatype?
|
|
[1 reply] : It sounds like this would do it: NRVec<double> ConvertFromDouble... (by jsmith)
|
Thread sync problems |
|
[5 replies] Last: One word of caution, expanding on the point Zaita made about having ... (by bnbertha)
|
Embedding C++ Into HTML |
|
[9 replies] Last: How dare you compare perl to C/C++ =\ That's just cruel :P Perl is ... (by Zaita)
|
by ramishama
How can i make this command? "Press any key to continue"
|
|
[7 replies] Last: My DevC++ automatically puts system("PUASE"); into the file.. and I've... (by Aakanaar)
|
by Mitsakos
mutable variables and const functions
|
|
[12 replies] Last: yes.. the examples and explanation were very good. I have definately w... (by Aakanaar)
|
by yeng
guessing game
|
|
[4 replies] Last: Hi everyone am Having a Problem with my c++ compiler whenever i run a ... (by kelvin)
|
by exoticboy
RANDOM LOTTERY
|
|
[1 reply] : #include <ctime> #include <cstdlib> //... srand(time(0)); //Seed... (by helios)
|
by shesh
h/with c++ a/ment
|
|
[7 replies] Last: ne help with task2? i got through with the rest. thanks (by shesh)
|
by cppgirl
trying to read from a string file
|
|
[4 replies] Last: *Shrugs in puzzlement* (by helios)
|
by Lorian
Converting between base and inherited class
|
|
[3 replies] Last: = 0 means pure-virtual. This means the parent class will not have an... (by Zaita)
|
by akmal4ik
Delete a node from binary tree.
|
|
[7 replies] Last: Oh, would you remind me the name of that program? I can never remember... (by helios)
|
by mask
characters and strings.
|
|
[3 replies] Last: I'm sorry, but no. You can do it yourself without thinking too hard... (by Duthomhas)
|
by fireVein
file operation woes
|
|
[4 replies] Last: Duoas, I just read your reply after I made my previous post. Thank yo... (by fireVein)
|
by hitzy
using keystrokes on the fly
|
|
[7 replies] Last: Thanks for all your help!! I've edited the original post to show the ... (by hitzy)
|
Explain this error to me! Thanks |
|
[1 reply] : The reason why you can assign a string literal to str should be becaus... (by AnalcoholicBeer)
|
by zakkhoyt
static cast vs. dynamic cast
|
|
[4 replies] Last: To be exact, One line for each cast. ;) (by vengateshs)
|
by Rose
Newton Raphson Method
|
|
[2 replies] Last: Yup, I am seeking a function with an "odd" root where Newton's ... (by Rose)
|