by ding23342
problem trying to use array as function value
|
|
[4 replies] Last: when the program asks you to enter number of units for day 1 for(coun... (by ding23342)
|
by javi11
compute
|
|
[5 replies] Last: put it in a while loop until his answer isno (by Aramil of Elixia)
|
by time to c
i don't want fgetc().
|
|
[3 replies] Last: haha sorry there was some problem with the browser and i posted in the... (by sigmablack)
|
by Gorlash
dynamic arrays - is this right?
|
|
[2 replies] Last: It is correct because tab_list is declared as pointer to pointer to a ... (by vlad from moscow)
|
by iky
Can someone help me with this code??
|
|
[3 replies] Last: Try rebuild it (by closed account ozUkoG1T)
|
by Evolve
Iterator as part of class constructor
|
|
[3 replies] Last: Thank you Athar and JLBorges for your input. For now, I will track an... (by Evolve)
|
by utdbigt12
Calculation
|
|
[3 replies] Last: Thank you so much. It works now. (by utdbigt12)
|
by Def Muse
I cannot figure out why my loop doesnt work!
|
|
[3 replies] Last: Thank you both for taking time to help further my knowledge and educat... (by Def Muse)
|
by derikd
keep function definitions with variable declartions
|
|
[9 replies] Last: I was able to apply the pimpl idiom to a non-trivial class last night.... (by derikd)
|
by Hashimatsu
Don't allow empty object in vector
|
|
[3 replies] Last: Ensuring that the invariant for an object is established should ideall... (by JLBorges)
|
by JAI SINGH
C11
|
|
[13 replies] Last: I use Qt Creator (an IDE) which is available for windows, linux & mac... (by TheIdeasMan)
|
by JAI SINGH
data base through C
|
|
[5 replies] Last: sqlapi is nice. I used it once awhile back to connect to a mssql serve... (by ResidentBiscuit)
|
by kih1251
Help with variable size
|
|
[1 reply] : If you use such form of getline as cin.getline(name, 100); then it i... (by vlad from moscow)
|
by Hashimatsu
Wierd problem with search in vector
|
|
[6 replies] Last: @tntxtnt Thank you, much more simple (by Hashimatsu)
|
#pragma comment(linker, "/STACK:val") |
|
[no replies]
|
by Hashimatsu
Delete object from Vector, how?
|
|
[3 replies] Last: It makes no sense for it to be a method Agreed, you would want som... (by Lowest0ne)
|
by ofek123
need help..!
|
|
[6 replies] Last: There seems to be something wrong with a few of your scopes and such. (by DaedrusFlip)
|
if, else if statement problem |
|
[2 replies] Last: Because you always assign yourself the perfect score.:) Maybe it is a ... (by vlad from moscow)
|
by JAI SINGH
sizeof and typedef
|
|
[2 replies] Last: typedef is not an operator. An overloaded operator is evaluated by t... (by JLBorges)
|
by skarla
overloading.
|
|
[5 replies] Last: Or Food operator+(const Food &c1, const Food &c2) { return Food( ... (by ne555)
|