by chrisname
Is there a better way of searching enums???
|
|
[8 replies] Last: Agreed. The problem with the example is that it is mixing two types of... (by Duthomhas)
|
by sl02ggp
Sine and Cosine Calculations in C++???
|
|
[6 replies] Last: just want to state the problem again: Write a C++ program to genera... (by sl02ggp)
|
by meetraksha3
Overloading functions
|
|
[3 replies] Last: You have to define a constructor within class B that calls one of the ... (by kempofighter)
|
by bgarisn
Problem Viewing Strings in Debugger (VS 2008)
|
|
[6 replies] Last: @helios Ok thanks for all your help. I'll try that :) (by bgarisn)
|
by Return 0
Record Monitor Event
|
|
[11 replies] Last: You can't send signals to your monitor via a monitor cable. It's not p... (by closed account S6k9GNh0)
|
by kakashi316
generic stack with a static array (1,2)
|
|
[36 replies] Last: dev (by kakashi316)
|
by NinjaLink
Receiving wrong output results
|
|
[no replies]
|
by fares
how to bulid
|
|
[5 replies] Last: i think it will looks like this: ... struct linked_list{ int i... (by akmal4ik)
|
by akmal4ik
parallel programming(part 2)
|
|
[1 reply] : AfxBeginThread - you need to learn mfc for that but looks you dont kno... (by writetonsharma)
|
by akosmaroy
mixing virtual functions and template functions - how?
|
|
[3 replies] Last: There is no easy solution. Just off the top of my head, and knowing... (by jsmith)
|
Defining a Nested const static variable? |
|
[10 replies] Last: Ok, this at least compiles for me: template< typename T > class... (by jsmith)
|
SOAP client using c++ - How to do. |
|
[4 replies] Last: Solved :) for someone who wants to implement SOAP using c++: SOAP ... (by writetonsharma)
|
Converting string to char* or using different file opening method |
|
[10 replies] Last: but is there a simpler way ? Yes. strcmp(buff,"APPLE") == 0 (Co... (by helios)
|
by gdsimz
trying to figure out how to display all record entries of a struct!
|
|
[1 reply] : Hi! If you write all record to the display then you should modify y... (by screw)
|
by NinjaLink
Palindrome incorrect output
|
|
[3 replies] Last: This is what I have now...however, it is still giving me the wrong out... (by NinjaLink)
|
by meesa
[C++] Asigning value to weird place?
|
|
[2 replies] Last: Thanks! That did it! Nice big reminder on that arrays start at 0 as w... (by meesa)
|
by NinjaLink
a simple error..cant figure it out
|
|
[3 replies] Last: Thank you. I got my output to come up however, I have another problem.... (by NinjaLink)
|
by vexiked
Heap Sort
|
|
[6 replies] Last: Yeah its a very long program kempo.. i understand for sure. Thanks guy... (by vexiked)
|
by mrkhtn
Modifying a stack to a set
|
|
[3 replies] Last: I need to develop a template class implementing a set abstract data ty... (by mrkhtn)
|
by kakashi316
no matching function for
|
|
[7 replies] Last: almost http://www.cplusplus.com/forum/articles/14272/ (by Bazzy)
|