HELP knse2c.cxx:28:1: error: expected unqualified-id before ‘{’ token |
|
[9 replies] Last: Hey guys! I have a question about loops if you all can help! It is pos... (by closed account ENhkSL3A)
|
Overloading Function - Not understanding the rules behind it |
|
[3 replies] Last: Thank you Peter87 and Handy Andy! After thinking on what you both said... (by McClapYourHands)
|
Functions |
|
[11 replies] Last: Thank you everyone for the help now I understand the concept.. Thank y... (by MichaelBhattacharya)
|
by MissaelV10
Question about For Loops
|
|
[4 replies] Last: 1. Declare an int (num) for your input and for the total (sum). Initia... (by Boilerplate)
|
by J Maurice
where is defined __w64 ?
|
|
[3 replies] Last: > I can't see where __w64 is defined __w64 is an obsolete (it is s... (by JLBorges)
|
by rejowan
Error in declaration in Global Variable
|
|
[4 replies] Last: Thanks. (by rejowan)
|
by Cruicial
Deletion
|
|
[1 reply] : Deleting a book is easy if you use a std::vector for books. If you're... (by AbstractionAnon)
|
by Enot02
Something is not right...
|
|
[7 replies] Last: Don't worry, I just doubled the number of rows and the number of colum... (by Enot02)
|
by J Maurice
VS2010 : syntax error in sourceannotations.h !!
|
|
[5 replies] Last: You do not need to repeat the same question on your other thread. If y... (by SakurasouBusters)
|
C++ program to multiply two order matrices with pointers |
|
[7 replies] Last: Write a C++ program to multiply any two order matrix with pointers. ... (by SakurasouBusters)
|
by Jims
Factory pattern or builder pattern? Not sure what to google
|
|
[2 replies] Last: Thanks that is cool, I guess by using std::istream the monster class d... (by Jims)
|
please help me |
|
[13 replies] Last: Great and perfect explanation. Thank you. (by new programmer)
|
probably some small stupid error I'm not seeing (printing text for numbers) |
|
[1 reply] : (usernumber % 10 == 1) works only for the number 11 since you expli... (by coder777)
|
Linked-Based Implementations of ADT Bag |
|
[4 replies] Last: My guess is that this is what your program is supposed to look like. ... (by Cody0023)
|
by agulbs
When .llN appears, create a new paragraph
|
|
[1 reply] : Take a look at line 36: if(str == '.' && str[i+1] =='l' && str[i+ 1... (by coder777)
|
by vessel91
lowest value in an array (pointing out error.)
|
|
[2 replies] Last: highest = sales ; lowest = sales ; Note that array indices start fro... (by Peter87)
|
by DoubleOSeven
How to create database to a notepad file?
|
|
[3 replies] Last: Okay. I can write to a notepad file (Ignore the comments, I'll just st... (by DoubleOSeven)
|
Help with min and max of letter count array |
|
[3 replies] Last: I got it, now with functions. Thanks for the help!!! //call to fu... (by Winslowz11d7d)
|
iterator not dereferencable??? |
|
[1 reply] : Remove the ; at the end of line 7 // if (beg != end) ; if (beg !=... (by JLBorges)
|
by Thephantom23
not important
|
|
[1 reply] : Dev c++ is old, good in 2000s, extremely outdated in 2010s. Visual stu... (by SakurasouBusters)
|