how to make a priority queue/min heap |
|
[9 replies] Last: @danghotties Ok now it's starting to make more sense ima go try it se... (by andrewthecoder)
|
by idknuttin
help with storing values and returning two different statements based on how much info was stored.
|
|
[1 reply] : line 19: cin is looking for user input. doens't seem to be desired her... (by soranz)
|
Simplifying switch cases |
|
[2 replies] Last: Solution using custom character table: #include <iostream> #include <s... (by MiiNiPaa)
|
by usr101
How to properly return an array of objects in c++ and use it main?
|
|
[2 replies] Last: First, I have limited experience with object oriented design and progr... (by pheininger)
|
by abdalimran
Problem in adding even-valued fibonacci numbers
|
|
[2 replies] Last: The calculated sum is out of range for int and unsigned int in just ab... (by Cody0023)
|
C points forming a rectangle |
|
[1 reply] : It sounds like you're defining "correct" order as counter-clockwise st... (by dhayden)
|
by blessytg
Program to evaluate sin(x) using Taylor series expansion
|
|
[3 replies] Last: The problem is that floating point numbers aren't exact. Using more di... (by dhayden)
|
by blairtch
Struggling with Day of the Year Program
|
|
[12 replies] Last: You da man mobotus! Thanks to all for the help, couldn't have done it... (by blairtch)
|
by BeKinect
Problem with reading integers from .txt-file to array
|
|
[2 replies] Last: @ Aceix: Thanks for your tip. But how can I implement the seekg() func... (by BeKinect)
|
Machine Code? |
|
[5 replies] Last: The following program: #include <iostream> int main(void) { std::co... (by pheininger)
|
by Akula
expected Unqualified id error
|
|
[9 replies] Last: The issues i was having with this segment of the program have been wor... (by Akula)
|
by abdalimran
Confusion while using pointer & string
|
|
[4 replies] Last: char *p = "i am a string"; "i am a string" is an array of 14 char ... (by Peter87)
|
not understanding errors |
|
[4 replies] Last: Please do not remove your posts after getting an answer. Original post... (by MiiNiPaa)
|
by WilliamLycan
Help in char array
|
|
[5 replies] Last: Yes, maybe YokoTsuno is right, so I've changed my code to this and now... (by WilliamLycan)
|
by Funkist
Modifing a class instance from the class itself.
|
|
[2 replies] Last: Thank you so much! I tried something like that but i used CLASS* a ins... (by Funkist)
|
by changkaizhao
what will happen to pointer after set to NULL
|
|
[6 replies] Last: functions are not in heap or something. They are functions. Part of th... (by MiiNiPaa)
|
string::erase() |
|
[4 replies] Last: Thanks a lot for your answers! Problem is fixed andy1992, interesting ... (by igoreshka3333)
|
by jdmic
Playing with templates
|
|
[5 replies] Last: Thank you guys !!! I need to look at <type_traits>. Usefull stuff in... (by jdmic)
|
Program for outputting an int in english |
|
[2 replies] Last: agh thanks (by Cheetofingers)
|
Do you think this program will find the multiples of 3 and 5 in 1000? |
|
[1 reply] : looks good, though line 16 and 17 are a waste. (by Esslercuffi)
|