by R4di4ti0n
Array Shifting + Deleting + counting
|
|
[no replies]
|
by Superfreak3
Standard c/c++ dll to retrieve shortcut target
|
|
[no replies]
|
by coolrox86
Converting pointer to float.
|
|
[1 reply] : See here for some ways: http://www.cplusplus.com/articles/numb_to_text... (by Bazzy)
|
by darkknight
switch,case,arrays and functions being used together!
|
|
[1 reply] : you can make the menus in functions like this: int menu1() { ... (by Tamao)
|
by mustafabay
On screen graphics?
|
|
[2 replies] Last: You need to create an undecorated window that you can show and hide. (by Duthomhas)
|
by stavros
EOF problems
|
|
[6 replies] Last: It is one of those weird things about C++. Glad to have helped. :-) (by Duthomhas)
|
by Negative01
Hello World Error
|
|
[5 replies] Last: Yeah, those stupid "smart quotes" get people all the time. (by Duthomhas)
|
by VMZB
School assignment ("fibonacci numbers")
|
|
[3 replies] Last: Thanks 4 the response! I tried it without the "break;" statemts in my ... (by VMZB)
|
by markslaysman
Question regarding Classes, Header Files, and Pointers
|
|
[6 replies] Last: Non-template functions that are declared and implemented in header f... (by jsmith)
|
by davermont
ptr to array vs. array of ptrs
|
|
[6 replies] Last: uhm.. typedef int (*my_pointer) ; (by blackcoder41)
|
by wkwork
Getting const strings from input
|
|
[7 replies] Last: Sorry... my bad... fix it like guestgulkan suggests, i.e. like this: ... (by m4ster r0shi)
|
by MottMan
Write and Input on the Same Line
|
|
[8 replies] Last: Thanks, it helps a lot. (by MottMan)
|
by kikolani
Which of these is better?
|
|
[2 replies] Last: I usually do myclass::b() (by blackcoder41)
|
by DeadH34d
Not sure of function type, strange error
|
|
[3 replies] Last: // This function returns x^2. int square( int x ) { int resul... (by jsmith)
|
by aachen
unusual constructor syntax
|
|
[3 replies] Last: Thanks a lot for your replies.. ! (by aachen)
|
by xeyide
Adding onto Dynamic Memory
|
|
[2 replies] Last: For a start, this code leaks the int sized block stored in temp. ... (by kbw)
|
by DoomCarnage
why is the output only 1 char?
|
|
[1 reply] : Name is a char*. *Name is a char. (It's the same as Name ). (by kbw)
|
by kamyarseifi
weird while!
|
|
[2 replies] Last: thanks, i got it (by kamyarseifi)
|
by clio78
if else switch... why wont this program work ?
|
|
[2 replies] Last: thanks (by clio78)
|
by qwert
how to solve std::bad_alloc?
|
|
[2 replies] Last: Thank you, Duoas, for the reply. I am not really aware how I am us... (by qwert)
|