by tommysmyth
dynamic array problem
|
|
[11 replies] Last: Solved moooce was correct in saying isn't for(double i=0;i<=f1;i... (by tommysmyth)
|
by shooter
Quadratic solver - fail
|
|
[7 replies] Last: Also, global variables are considered as a bad style (for good reasons... (by JoR)
|
Function that checks if the answers is valid |
|
[no replies]
|
by msbasanth
C++ CLI Wrapper for C# library
|
|
[1 reply] : Using a refernce: int GetInfo(MyStruct& struct_out); (by JoR)
|
by Enickx
Problems writing to .dat file using fputs on Mac
|
|
[no replies]
|
by nickx522
Array
|
|
[5 replies] Last: another for loop after you've found the lowest and highest (by quirkyusername)
|
by Oiyfae
Confused on what to do
|
|
[1 reply] : The scores should be passed as parameters to calcScore. calcScore is ... (by kbw)
|
by melissak0421
debugger issues!!
|
|
[1 reply] : It depends ... What environment are you using? (by kbw)
|
operator overloading |
|
[1 reply] : The function should be deined as: ostream& operator<<(ostream& os, ... (by kbw)
|
by toks
strcat function error
|
|
[3 replies] Last: In case you want strcat again try below strcat(const_cast<char *>(s... (by sohguanh)
|
by Kiana
Generating Combinations & Permutations
|
|
[1 reply] : I think you have something quite close but not exact fit. http://ww... (by sohguanh)
|
by jamort
Problem with SDL(blieved to be in classes)
|
|
[2 replies] Last: okay.. I tried that andd... It works! I'll have to remember this incas... (by jamort)
|
by WarPhalange
Chaning endian when reading/writing binary?
|
|
[no replies]
|
by Gajewa469
Priority Queue
|
|
[1 reply] : I'd say yes, use a struct\class of some type and push that into the qu... (by Computergeek01)
|
by John Boncek
protect data member of public base class
|
|
[6 replies] Last: Now there's an idea, a derived class from the base that copies the dat... (by Computergeek01)
|
by kraigballa
Basic Class question
|
|
[4 replies] Last: Thanks for the visual. (by kraigballa)
|
by sinpeak
C++ double to string pointer
|
|
[2 replies] Last: Thanks firedraco. For 1 - I understand you are suggesting : std:... (by sinpeak)
|
by flide
Non Deterministic Finite Automata implementation
|
|
[6 replies] Last: Not to bump a dead thread but the idea here is that once you observe t... (by Computergeek01)
|
by kretos
j'ais besoin du l'aide et merci
|
|
[5 replies] Last: So, you have "a friend" who needs some help? Tell your "friend" to beg... (by filipe)
|
by Rodgex
Love Code
|
|
[1 reply] : for(i=0; i<=n; i++) //array goes from 0 to n-1 (by ne555)
|