Pointer and String interaction |
|
[1 reply] : Not sure what you mean. The string class has methods to get individual... (by bbgst)
|
by readysetgo
Floating Point Precision Questions
|
|
[2 replies] Last: precise precision Nice. Floating point values are stored as pairs of... (by helios)
|
by aswmack
writing a program using functions.
|
|
[4 replies] Last: well my professor gave me this as in outline for what I should do with... (by aswmack)
|
by PookDog
Fib
|
|
[2 replies] Last: I would also recommend dynamically initialized arrays ;) (by LB)
|
by martineu
Task: Write a C++ program !
|
|
[2 replies] Last: Thank you for you response, now the basic staff is clear! I hope tha... (by martineu)
|
help with rpg code |
|
[7 replies] Last: duh i am not at my smartest tonite i forgot to delete the second one w... (by Aramil of Elixia)
|
by mzimmers
error using ifstream
|
|
[6 replies] Last: I realize that I've marked this as solved, but...I'd like to ask a fol... (by mzimmers)
|
Help with Assignment |
|
[2 replies] Last: I'm sorry, I just didn't know that forum to post it in. (by milleniumgirl199)
|
by zulfikar
Binary File Programming Problem
|
|
[9 replies] Last: How i can split a string that is entered from standart input in main f... (by zulfikar)
|
by Johnb5
HELP!!
|
|
[no replies]
|
by ashley22
Sorting arrays, please help me
|
|
[5 replies] Last: OP: I can't display the sorted version of my array. I tried to call ... (by Moschops)
|
Input values into an array |
|
[3 replies] Last: @bbgst int a = {0}; as well as simply int a = {}; initialize al... (by Cubbi)
|
by bibiana
nested lists, how to insert into a specific list
|
|
[4 replies] Last: ok thanks, it's working now. (by bibiana)
|
STL version of boost::circular_buffer?? |
|
[3 replies] Last: I have used a vector and with slight modification to my code it does m... (by wanting2learn)
|
by Ziv Mhabary
An obvious behavior, simple mean code
|
|
[8 replies] Last: OP Hello, I have the next code which calculate mean of an matrix. al... (by Moschops)
|
by j2l
openssl/des.h
|
|
[3 replies] Last: The code you posted above have a number of problems in addition to the... (by andywestken)
|
by uhraurhua
Line intersection with a triangle.
|
|
[7 replies] Last: Sorry, I made a mistake in mine The matrix M is constructed by writin... (by mik2718)
|
by mexists
How do I: string class operator+
|
|
[7 replies] Last: If it is not to late, you should make the argument to your operator+ m... (by trailfrenzy)
|
by dsi2272
Help with iterators.
|
|
[14 replies] Last: When incrementing an iterator use the prefix ++ instead of the postfix... (by trailfrenzy)
|
help with break |
|
[7 replies] Last: thank you. (by Aramil of Elixia)
|