by dhanny
i++ or ++i
|
|
[4 replies] Last: Typically, post increment (i++) requires a temporary, whereas pre incr... (by kbw)
|
by dhanny
Problem with a function argument
|
|
[6 replies] Last: @marko: Pointer references are actually used. They break encalsulation... (by Corpus)
|
by masiht
trouble in downloading visual C++
|
|
[2 replies] Last: two things. if you dont have microsoft silverlight, than the site ma... (by EricM260)
|
by masiht
simple program error
|
|
[14 replies] Last: @ masiht use the system("PAUSE") function after your cout << "Hello W... (by EricM260)
|
by rubecuber
Complicated response- just please look at it, too long to fit in title
|
|
[3 replies] Last: thanks (both of you) (by rubecuber)
|
While loops are killing my program |
|
[5 replies] Last: nice catch thanks (by therealdeliverance)
|
by gundalav
Questions About Array Declaration
|
|
[2 replies] Last: Well, the above code is stupid. The size is omitted usually so that t... (by jsmith)
|
by vexstorm
multiple inclusions of a header file
|
|
[3 replies] Last: Actually, with proper include guards, including the same header file t... (by Zaita)
|
by Vector
setprec on value unaccessable outside of loop
|
|
[1 reply] : Your loop looks very wrong. For loops have three "parameters": an init... (by Zhuge)
|
by Ix2DIE4xI
C++ Final Project!
|
|
[11 replies] Last: LOL! He was back 1 minute after the "I'm never coming back"-post. (by Corpus)
|
by yasser
please .. How Can I Add a Title
|
|
[7 replies] Last: I gave you a link to the win32 API where it says which functions to ca... (by Corpus)
|
by guanamc
Serialization (Pointers)
|
|
[no replies]
|
Program delay with getch(); |
|
[3 replies] Last: cout (C++) is better that printf (C) flush is just a simple man... (by Bazzy)
|
by rainbow
delete some part of an Dynamic array
|
|
[1 reply] : I think you should look for STL lists http://www.cplusplus.com/referen... (by Bazzy)
|
by yamen ajjour
i need a good book or resource to understand pointers please
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/pointers.html (by closed account z05DSL3A)
|
by bjarkmar
Assigning float numbers to 2D arrays.
|
|
[2 replies] Last: I "solved" the problem. Probably the problem was that the input *no_of... (by bjarkmar)
|
by boHoSeeH
Needing assist in my assignment.
|
|
[5 replies] Last: that is correct. static remains but in your case I don't see why you u... (by anders43)
|
by Morgan
Array troubles
|
|
[3 replies] Last: That means an array of strings - that is probably not what you want. ... (by Corpus)
|
by Morgan
strcmp doesn't seem to be working
|
|
[5 replies] Last: http://www.cplusplus.com/forum/articles/6046/ (by Zaita)
|
by Antonio
dinamyc vector of pointers
|
|
[3 replies] Last: There is the resize function for that http://www.cplusplus.com/refe... (by Bazzy)
|