by phummon2
Weird Problem with array of vector <char *>
|
|
[2 replies] Last: yes , you override the same buffer all the time.Besides you seemed to ... (by sysabod)
|
by iplus91
Defining class of rational numbers
|
|
[16 replies] Last: Do you know how to use your compiler for two files? One file? As fo... (by Albatross)
|
by FearTheCron
Power of complex number
|
|
[2 replies] Last: Thank you for your response, I was able to solve it. Part of the reaso... (by FearTheCron)
|
by jbour12
Determining the value of a term in a series
|
|
[2 replies] Last: I have no idea how you would solve this using a nested for loop. A... (by Duthomhas)
|
by ramKrushna
How to save the text file in the unicode
|
|
[5 replies] Last: Ah, then first convert your string to a unicode representation and the... (by Duthomhas)
|
by jum1
getline
|
|
[1 reply] : Assuming that "line" is a std::string, you don't do any evil things wi... (by imi)
|
by unregistered
how to convert a char * string to an unsigned char* string?
|
|
[2 replies] Last: jeez that simply worked... (by unregistered)
|
by pstudio
Templates and specific base class
|
|
[4 replies] Last: Hm.. interesting approach from boost. Since we both (jsmith and me)... (by imi)
|
by ALB
Read Records issue
|
|
[3 replies] Last: thanks but, am not using string on mines and it not alike like my pro... (by blackcoder41)
|
by Dows
Extending stl vectors with template functions
|
|
[5 replies] Last: For templates, everything in the header (by Bazzy)
|
by gnwillix88
Inserting a charater within Integers in a vector
|
|
[no replies]
|
by Piety
Is there any library including matrix operation?
|
|
[3 replies] Last: i used to see one in a book on numeric algorithm using C++, go find so... (by sysabod)
|
by en1gm4g33k
Creating a Namespace and Virtual functions
|
|
[1 reply] : Have you made a start? (by kbw)
|
by wtf
Sudoku Solver; would appreciate some input
|
|
[9 replies] Last: lastly: last of sudoku.cpp //as of yet... void sudoku::save(cons... (by wtf)
|
by newyorkcity
2-D Vectors
|
|
[2 replies] Last: Grid::Grid(Grid &grid_Cp) should be Grid::Grid(const Grid &gr... (by Disch)
|
by lordmorgul
Problems with displaying program in Linux
|
|
[1 reply] : Pull all your declarations out of the .cpp file and put them into the ... (by Albatross)
|
by matttheuCman
Pointer to a Base Class through a Derived Class
|
|
[10 replies] Last: It's a good idea you declare the vector as a container of pointers to ... (by m4ster r0shi)
|
by IsisV33
Classes I/O (1,2)
|
|
[21 replies] Last: I see here that you insist on not having some (newline perhaps) charac... (by m4ster r0shi)
|
by ingenioushax
overloaded istream operator issue
|
|
[1 reply] : The overloaded istream operator is : istream &operator>>(istream &in... (by guestgulkan)
|
by gnwillix88
Vector container
|
|
[2 replies] Last: Well, I did realise that it was messy! am just not that good at c++.Bu... (by gnwillix88)
|