by NOD32
I need help reformatting my if-else statements
|
|
[4 replies] Last: sorry about that. you were right, I didn't need all of those condition... (by NOD32)
|
by yak
Arrays in functions C++
|
|
[5 replies] Last: I figured it out, I had to change dValues to dValues and works now. ... (by yak)
|
by mrahim9
why am i getting this error
|
|
[9 replies] Last: Good job mrahim! ....Totally missed that line 12...Nice catch! (by novellof)
|
by seirin1234
assignment
|
|
[9 replies] Last: #include <iostream> using namespace std; main() { system("co... (by kurtss198704)
|
by Rashad2
Multi Arrays
|
|
[1 reply] : Your array elements are rashad not rashad or rashad . So you need t... (by closed account 48T7M4Gy)
|
by pjalli
Problem with numbers
|
|
[3 replies] Last: I found out the reason for this not to work, the pos++ have to be +... (by pjalli)
|
by yusufseedat
batch file to create DLL
|
|
[no replies]
|
by ChibuChan
Fatal Error C1075
|
|
[1 reply] : You're missing the } for the end of main. If you had used sensible in... (by AbstractionAnon)
|
by pdf0791
Please help with calculating area of shapes
|
|
[11 replies] Last: You need only one switch (choice) Your switch statement at line 39 ... (by AbstractionAnon)
|
Help with parsing a text file content and saving it to a vector |
|
[19 replies] Last: ABSOLUTELY FANTASTIC! Thanks for all of you guys. I had two files tha... (by JoshuaMostafa)
|
by mtbrooks1993
run time error
|
|
[3 replies] Last: Make your function to accept reference to istream as one of the para... (by MiiNiPaa)
|
by GaryWalker96
Need Help with an If Else Statement!!!
|
|
[10 replies] Last: Problem solved. Can't believe I put a semicolon on a while loop.... (by GaryWalker96)
|
by akai09
tutor?
|
|
[3 replies] Last: I see you have made a separate post there, you dont have to make a new... (by closed account EwCjE3v7)
|
by leoraelkins
error C2440: '=' : cannot convert from 'std::string' to 'char'
|
|
[2 replies] Last: thank you for explaining to me exactly what my incorrect code was atte... (by leoraelkins)
|
by vishnu123
regarding passing arguements
|
|
[3 replies] Last: For simple variables (ints, doubles, etc), passing by value is fine. ... (by AbstractionAnon)
|
by taipscode
Control Microphone Boost
|
|
[1 reply] : I'm confused. Do you want to understand the source code? Or do you w... (by kevinkjt2000)
|
by LuckyR
Misunderstanding a simple for loop
|
|
[6 replies] Last: Oh okay, I missed that when following tutorials. I got confused and as... (by LuckyR)
|
Can I use an Else statement after a Try Catch? |
|
[1 reply] : 1) return false will cause the function to exit immediately. 2) ... (by AbstractionAnon)
|
by krad23
Where to extract functions for cleanup
|
|
[3 replies] Last: Templates go in header files. Templates are a special case because te... (by AbstractionAnon)
|
by overthewater
How would I fix these errors?
|
|
[15 replies] Last: How would I fix the uninitialized variables? Don't use the variabl... (by AbstractionAnon)
|