by Drak
Doubles trouble
|
|
[8 replies] Last: In your first snippet, your for loops are nested. You're going to out... (by AbstractionAnon)
|
by tonypall
Function Math
|
|
[5 replies] Last: One general comment. You're using pass by reference a lot. While tha... (by AbstractionAnon)
|
by tehnoobshire
Class named Time
|
|
[4 replies] Last: Line 6: I still question why amount is a member of the class. Lin... (by AbstractionAnon)
|
by maher12
Where to go next ?
|
|
[3 replies] Last: Lets take a look at some examples: GUI/Front-End Developer:This will ... (by Jakee)
|
by mattswk
Prime Numbers
|
|
[11 replies] Last: I think the key here was line 22 with the --N so I didn't have to ... (by mattswk)
|
by Xylotron
Maybe any Easy question for you
|
|
[4 replies] Last: [quote=ar2007]If you delete line 37 and line 43, the program works. Y... (by cire)
|
by mehak
constructors and destructors
|
|
[1 reply] : Yes constructors can be call explicitly, and normally are. But destruc... (by jlb)
|
by tehnoobshire
Class named light
|
|
[7 replies] Last: Ok so I ended up solving the problem. Thank you keskiverto for your he... (by tehnoobshire)
|
by LGOOZ1
Why does my code crash?
|
|
[7 replies] Last: This is an exercise from a book, so naturally at this stage some less ... (by LGOOZ1)
|
by dptru10
Properly Define Constructor/Destructor
|
|
[9 replies] Last: I am checking my classes for undefined virtual functions, I assume thi... (by dptru10)
|
by raminlich
working with array
|
|
[4 replies] Last: my problem begins from a You can't assign anything to a . a is n... (by AbstractionAnon)
|
by xenovia12
flowchart C++
|
|
[18 replies] Last: Thank you all guys :) now i can finally sleep. the simulation is up t... (by xenovia12)
|
problem in loc ptr |
|
[2 replies] Last: Line 50: You're trying to assign a pointer (ptr) to an int (loc). Th... (by AbstractionAnon)
|
by OspreyR10A
Expected primary expression before ';' token
|
|
[5 replies] Last: Note the difference between = and ==. (by Peter87)
|
by h4ever
is there substitute for scanf/scanf_s?
|
|
[3 replies] Last: Oh, thanks. The scanf does not do what I expected. This code works lik... (by h4ever)
|
by maher123
reversing the order of letters of words
|
|
[19 replies] Last: thanks so much (by maher123)
|
by Salman0349
Qt
|
|
[1 reply] : Also tell me where to find tutorials on Qt .... i do not want drag and... (by Salman0349)
|
by matlex
my huffman encoding
|
|
[2 replies] Last: thanks works great! (by bellerofonte)
|
by lays
problem about virtual method hiding method of baseclass
|
|
[4 replies] Last: thanks all! (by lays)
|
by abhishekm71
C program: Why am I not getting Segmentation Fault? Is it UB?
|
|
[3 replies] Last: ok, thanks for the responses! (by abhishekm71)
|