by Skynet
Equations Input
|
|
[3 replies] Last: The secant method is an algorithm that uses an iterative approximation... (by cnoeval)
|
by Asaph Brosch
c++ terms on visual studio environment
|
|
[1 reply] : open up firefox and type: Solution visual studio Project visual studi... (by codekiddy)
|
String Split Help |
|
[no replies]
|
Generating random double/float typed numbers |
|
[4 replies] Last: Modern standard C++ has uniform_real_distribution which provides flo... (by Cubbi)
|
by dean
warning 'will be initialized after'
|
|
[1 reply] : Let's say you have a class like this: class A{ public: T member_... (by helios)
|
by mobat
Char Arrays
|
|
[5 replies] Last: Then make dynamic array: char** gamemap; gamemap = new char* ; for (... (by tfityo)
|
by DarkSoul
Problems with
|
|
[2 replies] Last: I've learned some. This is what I've done: //-----------------------... (by DarkSoul)
|
Ogres vs Dwarfs help!? |
|
[9 replies] Last: @whitenite1 Thanks! This makes much more sense. You're a lifesaver. (by closed account iNU7ko23)
|
by jp01cf01
Definition of a variable problem?
|
|
[3 replies] Last: Oh thanks, I didnt know that was a function xD It was also saying some... (by jp01cf01)
|
by mtho121
Banking Simulation Help Pt 1
|
|
[2 replies] Last: This is a class assignment meant to simulate a bank program. A ten dig... (by mtho121)
|
by stridexr
Finding out the exact weekday
|
|
[6 replies] Last: Nevermind, got it working :)) (by stridexr)
|
by Thamir
what does that mean ?
|
|
[1 reply] : Look up bitwise operators. >> is right shift, & is bitwise and. The se... (by Athar)
|
by basedmod
Help with homework
|
|
[10 replies] Last: exactly, header files may contain declarations only, in your case head... (by codekiddy)
|
by grayf0x
Is this code a memory leak?
|
|
[1 reply] : It would be an error to try to delete the pointer returned by hello(),... (by helios)
|
by cloverstd
I have some trouble in beginning
|
|
[3 replies] Last: your code: text_lower = std::tolower(text ); this does not work co... (by codekiddy)
|
by saurabh26
Problem in Nth prime number program
|
|
[2 replies] Last: Well actually I realized my mistake and now program is working. This i... (by saurabh26)
|
by olamalam
Accessing a static Db object
|
|
[5 replies] Last: I have that semicolon, I missed that while writing simplified version.... (by olamalam)
|
by steveb1471
Shortcut Program
|
|
[3 replies] Last: From memory the shortcuts in the quick launch toolbar in XP were store... (by Mooncabbage)
|
by ExMatrix
Array sum user input..
|
|
[3 replies] Last: oh thank so very much..now i understand why it become 255 when i plus+... (by ExMatrix)
|
by detroit
2d pointer???
|
|
[6 replies] Last: ptr = new Shape* overwrites the previous value of ptr so that it d... (by hamsterman)
|