by WillX47
Getting wrong answer for factorial 15!
|
|
[7 replies] Last: I guess they are all float and not int. Not quite. 3.0 is of type... (by Chervil)
|
by DemonLoad er
Colored text in graphics?
|
|
[1 reply] : I'm not sure what you are asking. setcolor() is, I believe, the corr... (by Duthomhas)
|
by alex6es
is it possible to write from a functio to a file
|
|
[2 replies] Last: > how to write and read from a file #include <iostream> #include <fs... (by JLBorges)
|
by minuss273
What’s wrong with the following code?
|
|
[3 replies] Last: i got it now, thanks everybody!! Cheers!! (by minuss273)
|
Quick question with #define |
|
[4 replies] Last: Wow... I have no words! (by TheBeardedQuack)
|
by shahgee
there is some problm with this program.please tell me.
|
|
[1 reply] : You have a couple of problems. 1) Line 18, your array is uninitializ... (by AbstractionAnon)
|
by int128t
Inheritance, const& member
|
|
[6 replies] Last: > but there is no constructor Container A(B const&) The one that's c... (by ne555)
|
by DeDudeZz
Problem writing data to csv file
|
|
[no replies]
|
by ADTR2012
Array Question
|
|
[4 replies] Last: Peruse Daleth's post. (by Josue Molina)
|
by pmiccich
Playing around with making calculators and running into a problem with PI
|
|
[4 replies] Last: thank you very much!... haha, I feel kinda stupid. (by pmiccich)
|
by hah49
reading a file
|
|
[4 replies] Last: oh ok i can see now your point .. thanks alot for your time :) (by hah49)
|
by igorland
which file to use to save a path to database
|
|
[no replies]
|
by Sharan123
strange 400
|
|
[2 replies] Last: thank you but i was just curious why the number 400 could you explain ... (by Sharan123)
|
by Ltp
Help me to fix a silly problem in stack
|
|
[1 reply] : Better, why use this function when you can create a new stack frame us... (by Zin Byte)
|
by DrZoidberg
Question about if statements
|
|
[2 replies] Last: > without writing a function Use a function that is already written ... (by JLBorges)
|
by Mehdinaqvi
plz help me.
|
|
[3 replies] Last: At line 18, you're declaring the array as 3x5 (15 elements). At line... (by AbstractionAnon)
|
by darqan
Search function help
|
|
[4 replies] Last: 1) At line 13, you're copying the pointer. Not the name. 2) At l... (by AbstractionAnon)
|
by jheard901
This is just wrong!
|
|
[no replies]
|
by otisphat80
Could some please tell me what this code does?[solved]
|
|
[2 replies] Last: Thank you. (by otisphat80)
|
by Fauch911
while(cin)
|
|
[2 replies] Last: I guess that makes sense. Thanks a lot! (by Fauch911)
|