by aymank1985
Need Help with push back function in a list class i created
|
|
[1 reply] : First, there is no need to write this->empty()==true in your if clau... (by aquaz)
|
by dams
C++ function arguments
|
|
[12 replies] Last: This is one of the warnings that is enabled by -Wextra. It's not enabl... (by Athar)
|
by Phiru
I am making a triangle.
|
|
[4 replies] Last: hum... second mothod is quite complicated. so i use first one. I got... (by Phiru)
|
CS/CIS |
|
[no replies]
|
by paulmcco
Returning a Struct from a header file
|
|
[6 replies] Last: argh...declaring struct 'Pairs' in ReturnMutipleValues.h instead of ma... (by paulmcco)
|
by ayish100
making codes shorter
|
|
[7 replies] Last: Or just: const int numberCount=5; int numbers ; for (int i=0;i<number... (by Athar)
|
by Brad1
Need Help Please
|
|
[6 replies] Last: year%4==0 is not the correct definition of leap year. it is : year%... (by buffbill)
|
by paulmcco
Returning a Struct from a function
|
|
[16 replies] Last: I put the Pairs ReturnStruct() function in a header file but when I ru... (by paulmcco)
|
by TheCreator
Multiple Main() Functions
|
|
[3 replies] Last: Oh all right, appreciate the help. I have a Mac and Windows. I could u... (by TheCreator)
|
by BillMoo
problem using std::copy
|
|
[5 replies] Last: Also, if you are going to use db.begin() as the OutputIterator (last p... (by jsmith)
|
by paulmcco
Returning Multiple Values from a Function
|
|
[11 replies] Last: Hence the could . (by closed account 3hM2Nwbp)
|
by sgcole
Variable Assignment Tool
|
|
[2 replies] Last: I'm still getting the compiler error: plotter.cc:1585: undefined refer... (by sgcole)
|
by mnoorani
HELP! Avoiding duplicate enteries.
|
|
[12 replies] Last: Edit: reply clashed with hamsterman. (by writetonsharma)
|
by champion7891
Reading from a binary file, outputting 0s and 1s as txt
|
|
[11 replies] Last: [quote=champion7891]@Grey Wolf...that does not work....any other ideas... (by closed account z05DSL3A)
|
by gauthamnekk
.exe exits after program being called
|
|
[5 replies] Last: std::cin.get(); //what I use (by closed account zwA4jE8b)
|
by witiw19
Can you all know the error im having?
|
|
[5 replies] Last: i want when i choose 1 i dont want to see the "how many connections su... (by witiw19)
|
by ehmind
fstream and '&'
|
|
[2 replies] Last: I changed #include <fstream.h> #include <stdlib.h> with this #incl... (by ehmind)
|
by mubeen
can we call a class to an other class an fanction in an other function
|
|
[4 replies] Last: thx i have also checked its posible thax alot (by mubeen)
|
by mubeen
pass a string value to a function in a class which is entered by user
|
|
[2 replies] Last: thax i have solved the problem that was not this (by mubeen)
|
Ending a program within an "if" loop - break, exit(1), or something else? |
|
[11 replies] Last: I didn't mean for them to be used in the same code, just two different... (by closed account GbX36Up4)
|