by Maggi Iggam
Need help for algorithm in combination problem (1,2)
|
|
[30 replies] Last: @icegood: good job. The concepts are the same, but you changed the for... (by ne555)
|
by morando
zero divide
|
|
[3 replies] Last: Thank you both. (by morando)
|
Largest Number Performance |
|
[2 replies] Last: Cool, I never thought of this. With my solution if tow or more are tie... (by Pickle Gunner)
|
by tap
Default parameters and recompiling
|
|
[3 replies] Last: Nuts. Cut n' paste error! Sorry. The first time I fed it the x value; ... (by Moschops)
|
by saywhat
C code to C++
|
|
[1 reply] : For example it could look the following way (without testing) #inclu... (by vlad from moscow)
|
by tehmoor
need help!
|
|
[1 reply] : for ( int i = 2; i <= 20; i += 2 ) std::cout << i << ' '; (by vlad from moscow)
|
by Kastis
What's wrong with this code ?
|
|
[2 replies] Last: Please post your compiler output //Klases kintamuju reiksmiu ive... (by TheIdeasMan)
|
by alsatrawi
sequantial search algorthim problem
|
|
[1 reply] : Parameter 1 should be 'list', not 'arr'. 'Arr' is not an array, it's o... (by Imadatobanisa)
|
by serious
Whats wrong with Match !!??
|
|
[1 reply] : You included "league_heder.h" before "match_heder.h" in "match_heder.h... (by vlad from moscow)
|
by bikram07
using vectors in C file
|
|
[4 replies] Last: I got it ... I was copying the same buffer everytime .. "wallinfo " ... (by bikram07)
|
by BlackL1ght
Trying to analyze the bible
|
|
[2 replies] Last: I believe you are dereferencing a pointer before allocating memory if... (by naraku9333)
|
by Ikaros
[Solved] Problems with virtual classes
|
|
[7 replies] Last: I solved the problem. Thanks for everybody. (by Ikaros)
|
by jlillie89
Easy way to get frequency of letters
|
|
[7 replies] Last: What does freqHelp return that you're trying to assign to freqcount ? ... (by cire)
|
by icegood
explicit instantiation vs std::vector template how: gotcha
|
|
[2 replies] Last: anyone has same? Don't know - not tried it yet. (by guestgulkan)
|
by Aerion4
header files and classes.
|
|
[1 reply] : pa8.cpp:11:23: error: no matching function for call to ‘Coordinate:... (by TheIdeasMan)
|
PLAYFAIR MATRIX RETREIVING |
|
[no replies]
|
by Frusciante
Converting from Fahrenheit to celsius.
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std; void pro... (by Episteme)
|
by jrfrago
Allocating Memory To A Pointer Of An Object Created From A Class Of Array
|
|
[10 replies] Last: @cire >> that was my mistake. I was confused with the array , I thoug... (by jrfrago)
|
by oldcrow
Template Classes program example won't compile
|
|
[3 replies] Last: Oh, hahaha! Thanks man, very appreciated =) (by oldcrow)
|
by ylxin1993
sometimes not #include <XX>also work
|
|
[14 replies] Last: Awesome - thanks Cubbi :+D There is a lot of great stuff in boost - I... (by TheIdeasMan)
|