by bgreeson
Passing pointer to dynamic array? making function modular...
|
|
[9 replies] Last: Line 5. Get rid of the brackets. Also... clear_text starts out a... (by Disch)
|
by white ranger
How do i do this?
|
|
[7 replies] Last: yes,, loops in general,, here is an example of a do/while loop that yo... (by BettyBoopTS)
|
by Jonah
What did I do wrong?
|
|
[6 replies] Last: There's so many other rules to learn that the important details of ch... (by blackcoder41)
|
by myakhairir
Making a library book record
|
|
[15 replies] Last: do you mean that i have to set a value for s and i? (by myakhairir)
|
by btripp
Creating a 2 dimensional array with the new operator??
|
|
[3 replies] Last: But in fact i think it would best represent the Matrix class im tryin... (by Disch)
|
Implementation Of A Constructor |
|
[2 replies] Last: http://lmgtfy.com/?q=initialization+list&l=1 (by hamsterman)
|
by ajt2014
expected `,' or `;' before "else"
|
|
[8 replies] Last: remove } before your first if statement and add } at the end of yo... (by Maimaje Bello Abdullahi)
|
by czuniga
are global arrays dynamic ?
|
|
[2 replies] Last: Alright, thanks a lot for taking the time to answer ! Really appreciat... (by czuniga)
|
by yottaflop
Tyoecasting Char[] to Int
|
|
[2 replies] Last: Ah, facepalm! I can't believe I forgot about that! Thanks. :) (by yottaflop)
|
by oamsath
Backtracking
|
|
[4 replies] Last: thanks... I've made some of them :D (by oamsath)
|
by yarcee
8x8 memory gme
|
|
[1 reply] : Your partner already went ahead and posted: http://www.cplusplus.com/f... (by Warnis)
|
by Regine
CHECKERS
|
|
[1 reply] : cin >> Board b; What are you expecting this line to do? (by Warnis)
|
by shazlin
Little problem with getch()
|
|
[7 replies] Last: But what if i enter too many 'Y'. it will keep display SDR. void opti... (by shazlin)
|
by exiledAussie
unicode producing wrong language
|
|
[2 replies] Last: Thanks a lot Disch - I read your artlice and using TCHAR and _T solved... (by exiledAussie)
|
by hayksk
Using enum within struct
|
|
[3 replies] Last: Wow! Great. Thanks a lot, Duoas. I'll test it now. Thank you, too, h... (by hayksk)
|
by hockeyboy19
Powers Problem
|
|
[2 replies] Last: thank you very much that seemed to work, I'm just having one more prob... (by hockeyboy19)
|
by Ola
how i mke my .exe works on other computers..
|
|
[2 replies] Last: thx alot for infoo.. (by Ola)
|
by spdbump08
error in code - c++ beginner, have searched forum and the internet for hours now
|
|
[6 replies] Last: is the code just out of order or do i have an incomplete function some... (by spdbump08)
|
by Ola
A questionnn :):)
|
|
[1 reply] : i declared filename and filepath as string at first doesn't work so re... (by Ola)
|
by Ola
Question in fstream...
|
|
[2 replies] Last: Thankkkkkkkkkkkkkkkkkkkkkkkkkks alotttttttttttttttttt ...it worksss... (by Ola)
|