by rozellereyes
CAN YOU HELP ME WITH MY CALCULATOR? USING ARRAYS AND FUNCTIONS? ")
|
|
[3 replies] Last: It would help if you posted some kind of information. (by pogrady)
|
by devonrevenge
why is this vowel removal program not working
|
|
[10 replies] Last: Show your latest non-working code? (by Chervil)
|
by noylekul
Need help with Standard Deviation and Arrays please?
|
|
[5 replies] Last: Will do, thanks for the help! The assignment said just to use that n... (by noylekul)
|
by marvin77
pow
|
|
[9 replies] Last: This function will work for integer exponents (base can be any type th... (by Stewbond)
|
by andraye21
Decimal Places/Conversion
|
|
[4 replies] Last: Thank you! Will try what you suggested. Thanks (by andraye21)
|
by vgoel38
difference between malloc and new
|
|
[2 replies] Last: Malloc purely allocates memory for you to use. You tell it how many by... (by BlackSheep)
|
by Serri
While ( y )
|
|
[4 replies] Last: y = 200 //1 times y = 100 //2 y = 50 //3 y = 25 //4 y = 12 //5, rememb... (by codewalker)
|
by fishalot79
day+previous day
|
|
[2 replies] Last: grains = pow(2.0,day); accum += grains; Thank you very much!... (by fishalot79)
|
by bjorn123
how to make my turtle draw
|
|
[6 replies] Last: Hey Peter87, I appreciate your feedback and I understand why I have to... (by bjorn123)
|
by princemoon
Pseudo code and algorithm help please??
|
|
[3 replies] Last: you are welcome please mark as solved (by vichu8888)
|
by digitalXmage
my basic function wont work
|
|
[6 replies] Last: main is "special" with regard to needing to return a value. Letting... (by cire)
|
by Aqeel Abbas
how to call function of a class in other function of the same class in c++
|
|
[7 replies] Last: I may be misunderstanding the intention. This would be my (simplified)... (by Chervil)
|
a problem! |
|
[10 replies] Last: You are using floats for some variables that should be integral type: ... (by TheIdeasMan)
|
by Kovs95
Dungeon Crawler
|
|
[4 replies] Last: There are two conventions for this. Either you can use a preprocessor... (by MrHutch)
|
by jvesley
problem with a nested if using some simple logical operators
|
|
[3 replies] Last: In your program everything works perfect, only thing u need add bracke... (by vichu8888)
|
by dutchman
count digits and others of user input
|
|
[4 replies] Last: But when I do this: #include <stdio.h> #include <ctype.h> int mai... (by dutchman)
|
by Ch1156
Find and replace string
|
|
[6 replies] Last: use cin.ignore(); instead of cin.get(); #include <iostream> #i... (by vichu8888)
|
by bubbles1239
Help with Program
|
|
[6 replies] Last: Opps sorry for the typo in char description ={"quarter", "dime", "nic... (by codewalker)
|
by munjo5746
function return value!!
|
|
[3 replies] Last: In function findRightTriangles 1) you dont need line #5 2) you haven... (by codewalker)
|
by Fuzzypanda
EOF problem
|
|
[9 replies] Last: replace line 66, in the original code, with "do" and replace the endin... (by codewalker)
|