Use of functions in main with sentinel loop |
|
[1 reply] : it looks like you want something like this in main selection = "X"; w... (by jonnin)
|
by adam2016
compiling from the command line
|
|
[9 replies] Last: I followed all of these posts on https://stackoverflow.com/questions/1... (by adam2016)
|
by MUFFIN666
value returning function problem
|
|
[4 replies] Last: aeiou are vowels Score is based on output and yes (by MUFFIN666)
|
by Robertalin
Need help please
|
|
[6 replies] Last: And also, please post the exact data that you're entering to reproduce... (by MikeyBoy)
|
by DE98
Project: Scatter
|
|
[2 replies] Last: Hello DE98, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS (the <... (by Handy Andy)
|
by PhysicsIsFun
Operator precedence
|
|
[7 replies] Last: Thanks mbozzi, I will go through the link later and come back here if... (by PhysicsIsFun)
|
Why won't it read an .xlsx file? |
|
[9 replies] Last: Always check that the file opens correctly before you try to read from... (by Thomas1965)
|
Need Help Writing a Pig Latin Translator from reading in a file |
|
[1 reply] : Ok, so you are currently reading each word in your text file. So now y... (by joe864864)
|
by Lucas156
Question regarding output and enum types
|
|
[1 reply] : #include <iostream> #include <string> enum grade { F = 0, D = 1, C =... (by JLBorges)
|
by spalmer
Linked Lists & Recursion
|
|
[1 reply] : #include <iostream> #include <string> #include <iomanip> struct list... (by JLBorges)
|
by armando2
Coding a Android Game
|
|
[2 replies] Last: Language wise you're going to want to know java. Tools wise you should... (by joe864864)
|
Memory Leaks help |
|
[2 replies] Last: you're too trigger happy http://www.cplusplus.com/forum/general/138037... (by ne555)
|
Changing char statuses. |
|
[1 reply] : > #include <vector> use it, or std::list if you prefer not going t... (by ne555)
|
by ScottyYDg
Question about Program Not Properly Executing
|
|
[1 reply] : The following version compiles, but I haven’t tested it carefully. ... (by Enoizat)
|
by RegalCppNewb
Zeller's Congruence
|
|
[3 replies] Last: Thank you very much the code works perfectly now and I did some refine... (by RegalCppNewb)
|
by ElleJay
C++ Temperature program problem
|
|
[2 replies] Last: It went along the lines of, if user enters '1' for month, then the cou... (by ElleJay)
|
by Seanuld97
Creating a Banking Application That Needs To Store Multiple User Accounts
|
|
[9 replies] Last: Is FindAccount() a function I need to create in the BankAccount.cpp? ... (by AbstractionAnon)
|
by ebba
Passing struct to function (homework)
|
|
[4 replies] Last: It works! Thanks so much guys. anything else incorrect please feel fre... (by ebba)
|
Changing the CHAR status of the correct person. |
|
[1 reply] : Lines 50-51: You have a memory leak here. Line 51 makes the Person t... (by AbstractionAnon)
|
by CosminPerRam
Prime Number's order problem
|
|
[5 replies] Last: Anyways, i managed to fix my problem with another code, which is this ... (by CosminPerRam)
|