by aclayton96
What's Wrong With My Functions?
|
|
[9 replies] Last: #include <iostream> void readData(double &w, double &l); double area(... (by aclayton96)
|
by skippy3
"Craps" Dice Roll Program issue
|
|
[4 replies] Last: I would be interested in seeing how your final version came out, if yo... (by PCrumley48)
|
by Dexterr
Using Srand
|
|
[5 replies] Last: oh man ... Thanks very much for your time :) (by Dexterr)
|
by DAoliHVAR
help in creating power function
|
|
[1 reply] : anyone?sorry for bumping,nobody is replying and it will go to page 2 (by DAoliHVAR)
|
by jesslich
Random Sentence Generator
|
|
[3 replies] Last: just some beginners input on the idea here, isnt it possible to perfor... (by Dexterr)
|
by spring2014
How can I change the code below to accept all equations?
|
|
[no replies]
|
by spring2014
What is wrong with my code1?
|
|
[2 replies] Last: Thanks a lot dear friend. (by spring2014)
|
by abdalimran
Problem using tgamma() function
|
|
[1 reply] : tgamma returns a double so the first one casts it to an int, the seco... (by mik2718)
|
by dorin182
help with #define
|
|
[4 replies] Last: FWIW, what you are trying to do is a horrible abomination of code and ... (by Disch)
|
by shadowCODE
access class member from different class
|
|
[1 reply] : Make it a member of class instead of local variable inside of class me... (by MiiNiPaa)
|
by Huston117
Simple Dice Game Problem
|
|
[3 replies] Last: It happens. Good luck! (by hyperfine)
|
by kemotoe
Simple linked list program won't work in visual studio
|
|
[1 reply] : Try again, program is completely legal (though you should fix lines 97... (by MiiNiPaa)
|
by Aboulkomsan
BST pointer problem root pointer
|
|
[4 replies] Last: yeah , I forget to use temp pointer ... It finally worked , thank yo... (by Aboulkomsan)
|
by untamedlemon
Need help with this code!
|
|
[13 replies] Last: Ah, Thanks so much, it works perfectly! (by untamedlemon)
|
by Reiv63
Array for getting a word in C Language
|
|
[6 replies] Last: im using visual studio here, still dont know there is a c++ codes ther... (by Reiv63)
|
by David623
Help with an input statement.
|
|
[no replies]
|
The induction argument, writing out on the screen, structure and base |
|
[1 reply] : > I wrote a few selected programs in ANSI C Prefer adherence to a mor... (by JLBorges)
|
by overthewater
Number guessing game
|
|
[7 replies] Last: So instead of infinitely asking them to guess again (y/n)? it should ... (by shadowCODE)
|
by erik341
Sorting a linked list
|
|
[13 replies] Last: It would be freed when your program finishes. But you still need to le... (by MiiNiPaa)
|
by whoovian11
Any Ideas on how to do this?
|
|
[2 replies] Last: U dont have to do it for me.. just give me idea on how to start this.. (by whoovian11)
|