how to implement the comparator for map |
|
[4 replies] Last: I think OP wants to compare the values referenced by the iterators, no... (by jsmith)
|
by disini
Income tax program.
|
|
[3 replies] Last: Thanks joeriMJ, its working perfectly. (by disini)
|
by kyle11778
getting odd answers
|
|
[1 reply] : your card array doesn't have enough elements for the suit. you only as... (by herbert1910)
|
by mrb9337
Classes?
|
|
[3 replies] Last: try to access board through something like b.board . maybe your com... (by herbert1910)
|
by nickg140143
Turning 4578 into "Four Thousand Five Hundred Seventy Eight"?
|
|
[11 replies] Last: Awesome, glad you figured it out. (by cartpauj)
|
Console Class; Creating colorful rectangles |
|
[4 replies] Last: Ah right. Thank you! My professor warned us about that a long time a g... (by Programmer Will)
|
by coldsilver
Pirority for operators
|
|
[1 reply] : I don't think I get your first question. If you want to keep the user ... (by helios)
|
by award982
Play RAW data with playsound()?
|
|
[14 replies] Last: I've never used Dev C++, so I can't say for sure. Googling seems to... (by Disch)
|
by chinzoo
Distance time1, time2
|
|
[1 reply] : time time3; time doesn't have a constructor which takes no arguments... (by Bazzy)
|
by asdf1
Persistence
|
|
[5 replies] Last: Thank you so much for the help guys. I'm using Disch's code.. it work... (by asdf1)
|
by award982
drawing a triangle
|
|
[11 replies] Last: rand()%101 To get "more random" numbers, call srand(time(0)) at th... (by Bazzy)
|
by instruct9r
small program to find biggest number
|
|
[7 replies] Last: Because i'm learning C++ from 3, 4 days :D Thanks guys for the help (by instruct9r)
|
by cartpauj
Simple Win32 question *argv[]
|
|
[8 replies] Last: See my original post: void GetDataFromStream( istream& stream ) ... (by Disch)
|
by award982
Char array
|
|
[1 reply] : You need a dynamic char array if you don't want to use strings. I alr... (by Bazzy)
|
by fleur1990
New Function
|
|
[4 replies] Last: thank you every body it answers to my questions :) (by fleur1990)
|
by timmsthatsme
random number function
|
|
[3 replies] Last: now that you have read that and are still saying wtf??? #inclu... (by gcampton)
|
by foncused
Arrays and Number Repetition
|
|
[6 replies] Last: There are lines outside of the loop (after it) that need to be inside. (by Zhuge)
|
by award982
program that draws a rhombus, or something like it
|
|
[12 replies] Last: Nvm, Thanks verry much bazzy, i owe you one. No, make it 10. :D (by award982)
|
by award982
Array of chars, wtf?
|
|
[4 replies] Last: Thanks bazzy, you're amazing! (by award982)
|
by gsingh2011
User calling functions in the program
|
|
[1 reply] : You can parse it using stringstreams or some external regular expressi... (by Bazzy)
|