ERROR! Invalid conversion from const int* to int*! |
|
[5 replies] Last: That works too; int const * a is equivalent to const int * a .... (by keskiverto)
|
by kbkb248
Need help "From any base to base 10"
|
|
[3 replies] Last: sorry for the late reply, but here it is for completeness. printf("D... (by Jaybob66)
|
by lightnick
trouble with fstream and for loop
|
|
[1 reply] : for ( int i=1; i <= nfile; ++i ) { const string a = namefile + conv... (by keskiverto)
|
Bad Cygwin |
|
[no replies]
|
by psweet
Hi friends
|
|
[2 replies] Last: C - older, not OOP C++ - newer, OOP C: #include <stdio.h> int mai... (by James Parsons)
|
by Parivallal
how to put a txt file in a unit testing using c++ visual studio
|
|
[1 reply] : does not work Wow. What an amazingly helpful description of your pr... (by MikeyBoy)
|
by delstat
move
|
|
[1 reply] : Do you have any specific question here? any defects, errors that you c... (by codewalker)
|
by kdovik
C++ getting better at parsing more complicated text input
|
|
[1 reply] : Write a function that splits up the read line. Use string stream and s... (by codewalker)
|
by hElp1897
Calculate the average, the highest and the lowest score of each student.
|
|
[1 reply] : I believe there just wasnt any scores less than 0, so (first < lowest... (by MiiNiPaa)
|
by nvrmnd
weird form of function parameter
|
|
[4 replies] Last: ohh, i see, big thanks to both of you for a new knowledge :DD (by nvrmnd)
|
by dadebattle1
C++ Total not coming up correct. Must be right under the tip of my nose.
|
|
[11 replies] Last: Just comes with practice. Only took two semesters of it at the univers... (by giblit)
|
by saufi95
problem with function
|
|
[1 reply] : You don't get as far as linking; your code does not even compile to ob... (by keskiverto)
|
by Enderlajnz
c-strings
|
|
[8 replies] Last: I was looking at that link all day now and still nothing :( Look at... (by keskiverto)
|
by ssjaditya
cout un-reduced fractions??
|
|
[4 replies] Last: Ok I understand looping. if it's that easy I'm sure i won't have a pro... (by ssjaditya)
|
by NeoTheOne
Enum Manipulation
|
|
[1 reply] : Would I write the method nextDay(Weekday) as a string or an int? Y... (by cire)
|
Private Static Variable Initialization |
|
[2 replies] Last: Thanks for the speedy reply, and thanks for the answer and insight tha... (by TaylorCoons8798)
|
by moe90
undefined reference to
|
|
[1 reply] : http://www.cplusplus.com/forum/general/113904/ (maybe `you forgot to l... (by ne555)
|
by Mizfizz
C++ Primer Error
|
|
[3 replies] Last: Post code you use. I have to move the curly brace Are you sure you di... (by MiiNiPaa)
|
Problem with 2d char array output |
|
[1 reply] : Soved this by cutting down my array size by one. So instead of 43 it i... (by DragonProgrammer)
|
by wennuan
How to judge the return value of aoti()?
|
|
[3 replies] Last: to giblit: I can understand your meanning.But if input "000",the fu... (by wennuan)
|