by cristian c
I must be blind or something
|
|
[7 replies] Last: > So << is a sequence point now? The concept of sequence points was ... (by JLBorges)
|
modular functions and nested looping? |
|
[2 replies] Last: thanks, i got it figured out in a really overly complex way though XD... (by iWillAlwaysBeANoob)
|
by fatmurphy
Help comparing strings to make a standard output
|
|
[10 replies] Last: Hi, For std::transform, have a look at the example here: http://en.c... (by TheIdeasMan)
|
by Bizzy
Input/Output operator overloading
|
|
[2 replies] Last: Awesome, thanks! (by Bizzy)
|
by cash
array menu
|
|
[no replies]
|
by redstorm98
How to call vectors from function?
|
|
[1 reply] : Hello redstorm98, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS ... (by Handy Andy)
|
by holydiver
Multiple input in a do while loop cin for int
|
|
[5 replies] Last: Thanks for the thorough explanation. I just have to practice using thi... (by holydiver)
|
by Cristina54
What's wrong with my code?
|
|
[3 replies] Last: EDIT Sorry, never mind. I did what you suggested then, I copied my cod... (by Cristina54)
|
by sauerplayer
How good is this code, speaking of good coding and optimization for a newbie?
|
|
[1 reply] : In no particular order: using namespace std; is dangerous. Putting ... (by Repeater)
|
by freshii
how to pass variables in function parameters
|
|
[6 replies] Last: Ok thanks! Got it down now everything is working as expected! the lea... (by freshii)
|
by amjad0750
HELP ME!!!!
|
|
[6 replies] Last: You don't need the string string amjad_alghamdi; , I suggest remove t... (by Chervil)
|
by Rostam
Nested loops exercise
|
|
[1 reply] : Let me know if you see anything I missed! Line 7 double sum; sum i... (by Chervil)
|
by Limitless98
something wrong
|
|
[3 replies] Last: #include <iostream> #include <iomanip> #include <valarray> using name... (by lastchance)
|
by bigolboy
Loop help with functions and input/output text files
|
|
[1 reply] : One suggestion is to open both input and output files in main(). Pass ... (by Chervil)
|
by AlexG360
Help on LAB 3.3 answer keep coming 0 " Working with String Input and Type Casting"
|
|
[1 reply] : totalPoints = ( numCorrect/numQuestions); This is doing integer div... (by Chervil)
|
by ghost1111
std::map
|
|
[3 replies] Last: std::map also offers an overload of operator for insertion: # incl... (by gunnerfunner)
|
by imohamme5
Bounding Box Collision
|
|
[3 replies] Last: Collision detection algorithm solution copied from: https://stackoverf... (by Enoizat)
|
by brenton393
cout not working after While statement
|
|
[3 replies] Last: I had a palm to face moment. realized that the "while (monthdue > 0)"... (by brenton393)
|
l can't get the 'exact' decimal part of a float number |
|
[3 replies] Last: you can use integers for this, with a great deal of effort to compute ... (by jonnin)
|
by murr0010
Help me please! do while / if else, with char isn't working.
|
|
[5 replies] Last: why is the: 'using namespace std; dangerous? knowclue’s answer is... (by Enoizat)
|