by bmkeiter
Filling Arrays from File
|
|
[7 replies] Last: https://www.google.com/search?q=read+file+to+class+c%2B%2B&ie=utf-8&oe... (by Bdanielz)
|
by besurk
Program not taking lower case inputs
|
|
[1 reply] : Maybe include <cctype> and exclude it from the while (toupper(functi... (by Mark2)
|
by besurk
Need help using a function to convert
|
|
[1 reply] : Dont put double radians; in the while, it will define it every loop.... (by Mark2)
|
by tuanle007
loops
|
|
[3 replies] Last: i was giving this idea to start off with, but i am not sure how list w... (by tuanle007)
|
by Hardisius
String Manipulation at every odd or even
|
|
[1 reply] : delete every odd occurrence (1,3,5 ext) Find first 't', delete it, c... (by MiiNiPaa)
|
by smackthat1
Fix this code please and correct my mistakes.thanks
|
|
[6 replies] Last: Line 19,31: setw needs std:: namespace qualification or explicit usin... (by AbstractionAnon)
|
by Kynsin
sqrt table + command line argument
|
|
[11 replies] Last: Place the width you want the number to take up after the percent sign ... (by Zhuge)
|
ctype.h |
|
[1 reply] : Did you run it? What result did you get? PLEASE USE CODE TAGS (the <>... (by AbstractionAnon)
|
by susa1012
Printing prime numbers
|
|
[2 replies] Last: Thanks for your reply (by susa1012)
|
by FrankRafa
Array of pointers issue
|
|
[4 replies] Last: So what would int* x = myPtr + 1 mean? It means that x will be poin... (by Kevin C)
|
by smackthat1
Columns and rows problems,please fix this issue :)
|
|
[5 replies] Last: Woo Thank you Kevin and Miinipaa :).. Your help is highly appreciated ... (by smackthat1)
|
by rajcrec
can I post questions related to to excel APIs here ??
|
|
[1 reply] : You already posted this question in the Windows forum, I should think ... (by SamuelAdams)
|
expression cannot be used as a function |
|
[1 reply] : Well, you have ponters, not objects, remember. You need to dereference... (by MiiNiPaa)
|
by kezia
c program
|
|
[1 reply] : [quote=kezia]Create a simple c program in textfile that read and write... (by ultifinitus)
|
by smackthat1
C++ energy bill please
|
|
[2 replies] Last: ^^ (by mjamesball9)
|
by krutuk
Question from quiz
|
|
[5 replies] Last: Thanks a lot! (by krutuk)
|
by smackthat1
Need to solve this problems :)
|
|
[1 reply] : Use there: http://en.cppreference.com/w/cpp/io/manip (by MiiNiPaa)
|
by maur1
Invalid operands to binary expression (double (int))
|
|
[2 replies] Last: #include <iostream> using namespace std; double pi (int n) { dou... (by closed account 48T7M4Gy)
|
by CVLT
Output wont show with the function
|
|
[6 replies] Last: I tried that before I saw your reply. Thank you for the help, really a... (by CVLT)
|
by Vuzimir
Problem with sorting
|
|
[1 reply] : Ahh i fixed it, problem is: void ResetAll() { af1 = 0; af2 = 0; af... (by Vuzimir)
|