by capscore
Input and output file
|
|
[1 reply] : > while (File >> sentence); note the semicolon at the end, that's th... (by ne555)
|
by io stream
Runtime Error in Private Data Section
|
|
[1 reply] : > Let me know if more code is necessary. at least provide enough code ... (by ne555)
|
by aster719
Dynamic array keeps crashing my program
|
|
[2 replies] Last: Thanks for your reply, I'm not really familiar with the virtual keywor... (by aster719)
|
Vector program |
|
[1 reply] : vector<int> vec; int num; while(cin >> num) vec.push_back(num); Use... (by Boilerplate)
|
Code prints every number |
|
[4 replies] Last: Keskiverto didn't mean line 23, he mean't line 32. He even gave you a ... (by xismn)
|
by JLop0820
second menu not woking
|
|
[1 reply] : Never mind I figured it out. (by JLop0820)
|
by newUser3940
ISO C++
|
|
[10 replies] Last: IdeasMan, I am fixing the code, what do you think? I havn't done ever... (by TheIdeasMan)
|
by xxdms2k11xx
Search and replace string in txt file in Dev c++ HELP!
|
|
[6 replies] Last: still the same errors (by xxdms2k11xx)
|
Greatest Common Denominator function error |
|
[no replies]
|
by doctterdre
area of triangle
|
|
[9 replies] Last: You can assume that the sides are all integers (and semiperimeter and... (by keskiverto)
|
by sadij97
Insert Element in Vector for Every certain element
|
|
[4 replies] Last: I was wondering if there is something like this for(size_t i= 1; i<d... (by sadij97)
|
A quick question about if/else |
|
[5 replies] Last: "nested statements" means having statements inside of statements (by PBachmann)
|
by Billyin4C
"system cannot find the file specified"
|
|
[no replies]
|
by Areks
Adjusting the value of one object in a vector based off of the value of another object in a different vector...
|
|
[no replies]
|
by sg1997
Help with using SDL platform on C++ Error ?
|
|
[1 reply] : Disable the precompiled header option in Project Options. (by Moschops)
|
by curly0306
Project: Need help with calling by reference
|
|
[1 reply] : The options are to use by value and by reference. There is also return... (by keskiverto)
|
by capscore
Removing and counting vowel, C++
|
|
[4 replies] Last: No worries, I really do mind if you use my code. I'll be more than hap... (by capscore)
|
Multiply diagonals of 2D array |
|
[2 replies] Last: You've got most of the code for the upper left to lower right diagonal... (by AbstractionAnon)
|
by adam2016
passing by reference
|
|
[7 replies] Last: You're welcome! (by MikeyBoy)
|
by adam2016
unexpected output
|
|
[2 replies] Last: that's strange maybe it's my codeblocks? or something because for some... (by adam2016)
|