by c bean
Division Returning 0
|
|
[3 replies] Last: Conversion to float would occur at the equal sign. (by jsmith)
|
by jland68
pulling char's from an array
|
|
[1 reply] : You can familiarize yourself with the substr function here. http://cp... (by kempofighter)
|
by sasigi
Character pointer and size
|
|
[3 replies] Last: I'm surprised the pointer wasn't 4 bytes myself but since the pointer ... (by kempofighter)
|
by yklintux
*** Quick Pointer Question ***
|
|
[4 replies] Last: Those arguments I have no idea about.... Receives pointer to reference... (by yklintux)
|
Save array to a text file |
|
[4 replies] Last: The problem was that I didn't put in the array right when getting it i... (by closed account DSvMDjzh)
|
by b52
Don't understand fatal error message.
|
|
[5 replies] Last: No problem. [quote=b52]Although VC++ Express adds a half dozen file... (by m4ster r0shi)
|
by lukecovack
struct input error
|
|
[10 replies] Last: WOOT thanks a lot I got it working now!!!!! man you guys and gals are ... (by lukecovack)
|
by Albionion
errors with pointers
|
|
[5 replies] Last: [quote=Albionion]My idea now was create a function to which I can give... (by m4ster r0shi)
|
searching in the file |
|
[1 reply] : Model the data into a type, load the data into memory via a container ... (by moorecm)
|
by kokito
accessing a file from my program
|
|
[2 replies] Last: That looks neat. I'll read through it and ask if I'm in trouble. Th... (by kokito)
|
by brazyuri86
Char type hit me
|
|
[7 replies] Last: My friend, It works very well!! Thank you! The final code is list ... (by brazyuri86)
|
by empror9
taylor series in c++
|
|
[5 replies] Last: i know x³ is short for x*x*x 3! is short for 1*2*3 but now i don'... (by empror9)
|
by manasij7479
Custom order of a 2d array
|
|
[3 replies] Last: You should read this: http://cplusplus.com/doc/tutorial/dynamic/ But ... (by Skillless)
|
by denilugito
Moving Pointer Variable Associated With Array var
|
|
[1 reply] : You never really modify the pointers themselves. *bil = *(bil + 1)... (by hamsterman)
|
by r3pic
trouble with unsigned type modifier
|
|
[4 replies] Last: hey all I found this in The c++ prgramming language book : "The... (by r3pic)
|
by Christian
Begginers Questions
|
|
[10 replies] Last: Maybe you should go for designing. The pay is almost the same and it'... (by AngelHoof)
|
shellexecute() |
|
[9 replies] Last: You can omit the full path to the file and have just the filename, if ... (by RyanCaywood)
|
by mostafa44
writing and reading a structure from/to file
|
|
[2 replies] Last: thank you. and sorry for such a trivial error. (by mostafa44)
|
by m0j1
infinite loop with <stack> header
|
|
[7 replies] Last: yeah , thank all u guys . all the errors was because I wanted to locat... (by m0j1)
|
by constantx
Prime numbers confusion
|
|
[15 replies] Last: I suppose you could put it that way. (by Zhuge)
|