by drshaheen
DEQUE =ERASE ELEMENT
|
|
[1 reply] : erase doesn't work with reverse_iterator. (by Peter87)
|
by samsonite94
Sales tax calculator
|
|
[no replies]
|
by snig
String trouble
|
|
[4 replies] Last: OMFG I LOVE YOU TWO SERIOUSLY THIS HELPED SO MUCH lol (by snig)
|
by samsonite94
Simple Math Program
|
|
[2 replies] Last: Changing the int to a float allows the division to happen correctly (by samsonite94)
|
Class template <-> compile/link |
|
[3 replies] Last: Yes, they are specializations (different structures). Yes, I tried it... (by Kitesurfer1962)
|
by jquant
Anyway to feed live data into c++?
|
|
[12 replies] Last: Here is a quick hack of some example libcurl code. It's C. If I was co... (by Moschops)
|
by yvs
Error before compiling
|
|
[2 replies] Last: Thanks I figured it out (by yvs)
|
by sjahf7
goto statement
|
|
[4 replies] Last: ... and yes, it is frowned upon. (by kbw)
|
by amthompson4
Please please help!!!!!!!!!!
|
|
[11 replies] Last: Thats what I ended up doing is the cin >> b1; (by amthompson4)
|
by jquant
If/else if statements not running as planned
|
|
[9 replies] Last: I don't know much on graphics, I thought there was no graphics librar... (by Moschops)
|
by clanmjc
How to protect update with critical section?
|
|
[3 replies] Last: Does this need to be multi-threads ? It seems all functions in publish... (by closed account o1vk4iN6)
|
by vw4x4
please explain this
|
|
[2 replies] Last: cout<<'a'; this will display the ASCII code of 'a' this is also calle... (by paulsaijoy)
|
by vw4x4
explain this statement
|
|
[5 replies] Last: because 32 is a integer in a C++ computer language integer requires tw... (by paulsaijoy)
|
by BasicNewbie
overloaded operator with <() function
|
|
[15 replies] Last: @vlad thanks for ur help , and i fix it too. i just change the befo... (by BasicNewbie)
|
by larry burns
Preparing for C++ job interviews
|
|
[3 replies] Last: I can say surely that no one is capable to pass a C++ interview even S... (by vlad from moscow)
|
by vwillto
HELP ME PLEASE TO CONVERT CODE C++ TO C
|
|
[4 replies] Last: THANK U SO MUCH, ^^ (by vwillto)
|
by marvin77
can someone help me fix this?
|
|
[7 replies] Last: @marvin77 Please re-post the code with the changes you made. Can't he... (by whitenite1)
|
by vw4x4
sizeof(10) ?
|
|
[5 replies] Last: It's all about the type of a value. Here's another example. #include... (by kbw)
|
by techgeek
class
|
|
[4 replies] Last: How about u overload de ++operator to do the fast forward and overload... (by moatatse)
|
by techgeek
Class cd player
|
|
[1 reply] : well i think thise mite work. you will have to overload ur ++operator... (by moatatse)
|