by Deadweight77
Quick Tic Tac Toe Question
|
|
[4 replies] Last: char* tak2 = tak ; //collapse the board to 1-d for(i = 0; i < 9; i++) ... (by jonnin)
|
Can I put quotes in "if statements?" |
|
[3 replies] Last: The string does not contain a question mark. I was just taught to do t... (by BeastSlayer299)
|
by arg57
for loop is a bit off
|
|
[4 replies] Last: Great Thanks Ganado that's what I wanted it to do appreciate it (by arg57)
|
Error list in VS |
|
[7 replies] Last: I have been using VS for like, 1 1/2 years by now and I didn't know yo... (by Grand Master stickshift)
|
by smh95826
Iterate through each character in an array of strings
|
|
[3 replies] Last: Break the problem into smaller bits. On outer layer you have a list o... (by keskiverto)
|
by avnitoto
How can I Convert number to another
|
|
[9 replies] Last: It seems that a,b,c,d,e have values that are in [1..NMAX], where NMAX ... (by keskiverto)
|
by calioranged
C26444 - Unnamed Objects Warning
|
|
[1 reply] : Grand Master stickshift said double click the error and tel... (by calioranged)
|
by calioranged
Accessing Functions from Other Files
|
|
[2 replies] Last: Thanks dhayden (by calioranged)
|
by Demii
/openmp
|
|
[3 replies] Last: As @Peter87 says, it's not instantaneous. However, it does seem to run... (by lastchance)
|
Having trouble with guessing number game. |
|
[3 replies] Last: Push the correct guesses onto a new stack. while ( !guess.empty() )... (by salem c)
|
Clear memory before return |
|
[1 reply] : At end all dynamically allocated memory should get freed. If the memor... (by nuderobmonkey)
|
can classes share variables |
|
[10 replies] Last: Bro I already figured it out. What i meant by global was that I could ... (by Grand Master stickshift)
|
self teaching learning structure |
|
[7 replies] Last: [quote=mbozzi] You should get a proper textbook as soon as possible. I... (by PiggiesGoSqueal)
|
by arg57
end program from function
|
|
[4 replies] Last: I did it used; system("pause"); exit (0); (by arg57)
|
by Medz
fileloop only outputs first line
|
|
[2 replies] Last: oh! that fixed that issue. Thank you very much for your assistance. I... (by Medz)
|
How is a programming language written |
|
[2 replies] Last: how a programming language is made Ask Mike Cowlishaw -- https://e... (by MikeStgt)
|
problem with logic operators |
|
[8 replies] Last: cpp is not a smart boi is he XD this did fix the problem, thx. (by Grand Master stickshift)
|
by cash
DISTINCT INTEGERS
|
|
[2 replies] Last: Hello cash, Sorry I almost missed this. If you want your output to lo... (by Handy Andy)
|
Why do people do use "this" a lot in classes for linked lists? |
|
[2 replies] Last: [quote=keskiverto]Lets write a struct and a standalone function: ....... (by PiggiesGoSqueal)
|
by TheJast
struct issues
|
|
[1 reply] : if (s .test_score >= 90) s .grade = 'A'; { float avg = 0; for (... (by Konstantin2)
|