by Dagr
Fibonacci's 150 member
|
|
[5 replies] Last: If you start the series 1 1 2 3 5 8 ... then the 150th Fibonacci numbe... (by lastchance)
|
by Ephan
Help with calling functions in int main()
|
|
[8 replies] Last: Thank you all so much, guys! Now it works as I want to. Here is the ... (by Ephan)
|
calculate the slope intercept |
|
[2 replies] Last: shoot.. thanks! That explains why my output wasn't working! Okay, so... (by JasperTheFriendly)
|
stable_partition algorithm doesn't work correctly ! |
|
[2 replies] Last: thanks, iam sorry i thought that preserve means sort :) i didn't trans... (by AhmedEl3agamy)
|
by Arcy
Copying a C-string into an array in a structure
|
|
[2 replies] Last: That solved it. Thank you! (by Arcy)
|
by RickAngel
Help solving Rate and Hours Problem
|
|
[1 reply] : A beginner mistake is thinking that if they post the same thing in mul... (by SamuelAdams)
|
by Snow14
Question about characters
|
|
[3 replies] Last: Hello Snow14 The only reason for the while loop to fail is if the con... (by Handy Andy)
|
by TheArk
decimal move
|
|
[5 replies] Last: Awesome it worked, thanks (by TheArk)
|
by keh k lenge
Pointers vs Reference
|
|
[9 replies] Last: they are supposed to be, and for the most part, are. If you really t... (by jonnin)
|
by akar1
random number generator
|
|
[2 replies] Last: Hello akar1, As I have often seen: int random = rand() % 11 + 1 ; ... (by Handy Andy)
|
by pzaw
Opening any file
|
|
[3 replies] Last: Thanks everyone for your valuable contributions. pzaw (by pzaw)
|
Beginner with cpp and h files - help |
|
[2 replies] Last: Hello Cyndanera, Not much I could add to what mbozzi said,but for the... (by Handy Andy)
|
by ExSanity
Detecting/Scanning non top-level windows.
|
|
[3 replies] Last: > but with the CreateEvent() would that event be deleted when my progr... (by JLBorges)
|
I need help creating condition in last if statement to see if major2 is empty. |
|
[2 replies] Last: You can use std::getline to extract a string that has whitespaces. htt... (by integralfx)
|
by ExSanity
C++ Detecting key presses etc
|
|
[9 replies] Last: I didn't say seconds :) You might be amazed at what 5 - 10 hz buffere... (by jonnin)
|
by RezaAb
Passing a 2D vector to another class
|
|
[3 replies] Last: ... trying to make a copy of a 2D vector which is private and locat... (by gunnerfunner)
|
please help fast with "[Error] invalid conversion from 'int*' to 'int' [-fpermissive] " |
|
[3 replies] Last: thank you guys for your help (by lonewolffcoder)
|
by waschbaer
while(file.good()&&!file.eof()) run once more
|
|
[2 replies] Last: Cubbi's answer is wonderful. (by waschbaer)
|
by Rodev
Error: pointer being freed was not allocated
|
|
[2 replies] Last: jonnin, Thanks a lot!!! :D You are totally right! my for loops for t... (by Rodev)
|
by toko
C++ graphics failing to execute in codeblock
|
|
[1 reply] : The WinBGIm version you’ve downloaded is bugged. Following the link ... (by Enoizat)
|