by jcbrunelle13
Comparing single element to all prior elements
|
|
[4 replies] Last: Thanks you guys. I didnt have my compiler at the computer i was at so ... (by jcbrunelle13)
|
by Roland Illig
Wrong example of using feof()
|
|
[1 reply] : I see what you mean. I think we have to test the input received fro... (by SIK)
|
by wantyoubadly
need help on sorting
|
|
[1 reply] : http://lmgtfy.com/?q=sorting+algorithm (by Stewbond)
|
by DBarzo
About abstract classes inheritance
|
|
[1 reply] : Ok, I answer to myself! :-) I simply forgot a "virtual" keyword: s... (by DBarzo)
|
by nbachela
Problem for linking fortran with c++
|
|
[1 reply] : Yes, the functions need to be static. On top of that, you may need to... (by webJose)
|
by wantyoubadly
convert to upper
|
|
[4 replies] Last: Original Post: [quote=wantyoubadly] have the following: char input;... (by webJose)
|
by tony b
strings corrupting?
|
|
[2 replies] Last: Actually, to use wide strings the code must explicitly call the Wide v... (by webJose)
|
HELP TOPIC: Known multi-dimensional array used in function |
|
[5 replies] Last: Ok, just to let people know, I figured out what I was doing wrong. Wh... (by quillfreminenti)
|
by snirambar
how do i move obj on the CMD? and what is enum?
|
|
[no replies]
|
by nitingupta
About advanced C++
|
|
[5 replies] Last: Thanks a lot everyone. I want to write more and more code.Tell me some... (by nitingupta)
|
by andrewbl
Addition
|
|
[5 replies] Last: The expression 2*x+(++x+3)*3 is an error , classified as "undefined... (by Cubbi)
|
by nitingupta
Address of Functions
|
|
[4 replies] Last: cstdint is a C++11 header file, equivalent to C's stdint.h http://en.c... (by Cubbi)
|
by bentleykf
Classname* variableName = (Classname*) variableName2
|
|
[1 reply] : It's a c-style cast. It's used to cast the type associated with the id... (by closed account zb0S216C)
|
by dm6
Hi ! I really need some help!!!
|
|
[3 replies] Last: perfect! thanks man!! heaps!!! (by dm6)
|
by supernerd
Problems with inherited constructor variable initialization.
|
|
[7 replies] Last: Probably no one is reading this anymore, but in case anyone is I shoul... (by supernerd)
|
by xenon69
how to print bottom to up
|
|
[2 replies] Last: ya i know classes i tried to put in the class. but im not sure i get i... (by xenon69)
|
Text base game |
|
[5 replies] Last: Ah, that's a good point webJose . All those methods should be virtual... (by Mathhead200)
|
Programming Buddy |
|
[1 reply] : Sure, let me know what you want to do: http://mathhead200.com/?dir=con... (by Mathhead200)
|
by xenon69
First name as end line, last name as head line.
|
|
[no replies]
|
by puddinglord
new to c++ and functions assistance please?
|
|
[8 replies] Last: Because i'm not finished yet? My teacher wanted it all written in func... (by puddinglord)
|