by harrisaa93
C++ Compilation Problems
|
|
[1 reply] : main must return an integer so change the void type with int . Al... (by condor)
|
by xswtnsour13x
inputing char? functional decomposition
|
|
[8 replies] Last: Well, just add some statements: //printChar.cpp //Add description. ... (by eyenrique)
|
by aggsyb
Vector <int> checking to see if numbers are in sequential order
|
|
[4 replies] Last: Thanks guys, ats15 works great and makes very simple sense , 10 hours ... (by aggsyb)
|
Issues with Vector iterator pointing to a parent class pointer from an inherited one |
|
[8 replies] Last: Ah good point. I'll make the necessary changes then. Thanks for all o... (by BruceJohnJennerLawso)
|
by alexBrakeman
using bool to exit do while loop
|
|
[5 replies] Last: That's great! can you help to me? Allow private messages from your acc... (by eyenrique)
|
by CodingNewbie
Text-based RPG: NPC dialogue data (Lua vs XML)
|
|
[4 replies] Last: You could just make a text file and read from that. It wouldn't be to... (by GRex2595)
|
by klimkiller
command line arguments
|
|
[2 replies] Last: Remove the dereference operator * and it will print the entire strin... (by LB)
|
by Strekel
Compiler Differences & Programming Question
|
|
[no replies]
|
by americanxo
Need Help with Business Card Style Coding...
|
|
[11 replies] Last: void toUpper(string &s) { transform(s.begin(), s.end(), s.begin(... (by GRex2595)
|
by mellopattee
Department
|
|
[1 reply] : What is the code that you have now? (by eyenrique)
|
by IBCFQ
Virtual Keys
|
|
[6 replies] Last: Don't be offended. 99% of these types of questions are about how to au... (by Duthomhas)
|
by PitKid
Can someone help me with my computer programming homework? My mind is really blown and I'm really new to all of this!
|
|
[7 replies] Last: So..what are you doing here? xD e-mail him!!!! ask for extra classes!!... (by eyenrique)
|
by xswtnsour13x
Functional decomposition - radius, height and volume for cylinder
|
|
[3 replies] Last: I believe you were probably taught #include<iostream> using namespac... (by nfordhk)
|
by jer311
Can't find errors
|
|
[3 replies] Last: I got it to complie and work..hope this help :) On like 41 you need a... (by nfordhk)
|
by bagbandit
do while loop is not working
|
|
[1 reply] : There is a return 0; before execution gets to the end of the do-whil... (by Chervil)
|
by mdeeza
Simple function trouble
|
|
[2 replies] Last: I'm sort of having trouble understanding what you're trying to explain... (by mdeeza)
|
by calypso94
How to end a program without using an exit statement or a return statement
|
|
[5 replies] Last: Depends what you mean by "immediately". The original requirement said... (by Chervil)
|
by Sugoi
Comparing Characters
|
|
[1 reply] : You could make life much simpler by using an array for the board. ch... (by admkrk)
|
by aggsyb
Using adjacent_find with an iterator ?
|
|
[8 replies] Last: Yeh I am not really sure how to fix it and I have never used std::coun... (by aggsyb)
|
by eman2013
template
|
|
[3 replies] Last: I put an brackets in the main "int intarray " and took them out of the... (by eman2013)
|