by witc
How to send Macro to function with poinetr
|
|
[2 replies] Last: Thanks a lot! My function is little bit complicated nad I write it for... (by witc)
|
by ivan1
Delete an element from 2d array of pointers
|
|
[8 replies] Last: I wonder if there may be another efficient method to get that output. ... (by ivan1)
|
by otisphat80
validate values in a constructor
|
|
[3 replies] Last: Thanks alot guys. I need to mention my intentions these points are on ... (by otisphat80)
|
by Denzel
Parameters
|
|
[6 replies] Last: THANK YOU SO MUCH. :D (by Denzel)
|
by boringegg
What's wrong with the following code snippet
|
|
[5 replies] Last: void SomeFunction (Shape); //a function that does nothing Shape * ... (by Manga)
|
by Edward01
Virtual inheritance
|
|
[5 replies] Last: if I have two (at least) virtuals which one does it start with? for ex... (by Edward01)
|
by sam2281
why we need implicit constructors
|
|
[4 replies] Last: You're welcome. (by MikeyBoy)
|
by muazu
prime number
|
|
[1 reply] : You can display prime numbers either using operator << or C function p... (by vlad from moscow)
|
by EJ Destua
Elements
|
|
[14 replies] Last: @EJ Destua so how can i make them go together. can you please help... (by vlad from moscow)
|
by atulkhosla13
c/c++ code reading
|
|
[no replies]
|
by GoranGaming
Backwards
|
|
[2 replies] Last: To expand on vlad's answer (because I started typing it ages ago and d... (by MikeyBoy)
|
by Zincott
M_PI is undefined
|
|
[4 replies] Last: My instructor advised against using #define #define is still n... (by AbstractionAnon)
|
by Ardeshir81
how copy the content of a file somewhere in memory?
|
|
[1 reply] : But I'm looking for a better and faster algorithm , because the file ... (by Chervil)
|
by beginner123
how to send local IP address of a server?
|
|
[11 replies] Last: the code you gave worked and i set MyIP = inet_ntoa(addr); (by beginner123)
|
by ratrangana
program
|
|
[1 reply] : It is enough to get the first prime number. And then to check any next... (by vlad from moscow)
|
Hi people, C++ for a 11 years old kid. |
|
[2 replies] Last: This forum is not for C language, I have seen people who asked about ... (by MikeyBoy)
|
by Ardeshir81
How to write at the first of file while opened is ios::app mode?
|
|
[2 replies] Last: I want to know how can I write some characters at the beginning of a ... (by coder777)
|
by stringc
Pointers appear to point to the same address yet de-reference differnt values. I don't understand why?
|
|
[6 replies] Last: You're welcome! (by MikeyBoy)
|
by johnc445
Gaming Programming
|
|
[16 replies] Last: Do you think I could make a function so it will say "Press enter to co... (by johnc445)
|
by damian519
How to create objects outside of the main function!
|
|
[6 replies] Last: but how would i even make a prototype of objects? Void battle(Hero); o... (by damian519)
|