by Shrinjay14
Program returns weird output
|
|
[1 reply] : at line 123, TPri = i-6 gives the same index every time round the lo... (by Jaybob66)
|
by mzzz
how to explain this phenomenon
|
|
[2 replies] Last: > My question is why not *pc is 0xd2 and *(pc + 1) is 0xce? ... or a... (by JLBorges)
|
by D0CHollywood
Homework Assignment - Using array of structs with binary files
|
|
[6 replies] Last: Thanks so much MiiNiPaa. I appreciate your help...got it working. (by D0CHollywood)
|
by MrAnts
How to check if array[0] is ""
|
|
[5 replies] Last: But you still need to make your array bigger: if you say to getline th... (by MiiNiPaa)
|
by MisterWHite
HELP! Data structures
|
|
[6 replies] Last: if(A .kaina>A .kaina) { std::swap(A , A ... (by coder777)
|
by PSYCHAMERON
How to increase range in C++?
|
|
[2 replies] Last: Thanks, I'll see what I can learn... Maybe I need to use string to hol... (by PSYCHAMERON)
|
by shawnlau
Blackjack-Strategy tables
|
|
[1 reply] : What is your problem? It seems to work? (by coder777)
|
Magic Square Program |
|
[3 replies] Last: So you have checked that the actual text file is spelled that way? We... (by CodeWriter)
|
by ctaylor4874
Help with finding length of an array
|
|
[4 replies] Last: Yes, it would be a good idea to keep counter denoting how much element... (by MiiNiPaa)
|
by eons93
Combat simulator game problem II
|
|
[3 replies] Last: Something like this, perhaps: #include <iostream> #include <vector> ... (by JLBorges)
|
by jhykima
Polymorphism
|
|
[2 replies] Last: @Disch Awesome. Thank you so much for your response. It makes much mo... (by jhykima)
|
by phztfte1
Finding a member in a struct
|
|
[4 replies] Last: Thank you all. I tried the three solutions, and all three work. I ca... (by phztfte1)
|
by Kew
expected unqualified-id in simple guess number game
|
|
[6 replies] Last: Thank You very much, i got it! (by Kew)
|
by ctaylor4874
Code won't write to file
|
|
[9 replies] Last: Ok that looks like the data a previous poster was using for working ou... (by CodeWriter)
|
by brachburton1
Plinko program - error with random
|
|
[2 replies] Last: Awesome, thanks! Problem's fixed now (by brachburton1)
|
by jvwillia2016
Reading .txt file
|
|
[1 reply] : Add this after your open function if (!din) { cout << "Error: Co... (by Ganado)
|
by jpanther
input validation loops?
|
|
[11 replies] Last: Thank you for clarifying that. I like the way you separated the validi... (by jpanther)
|
by Outlaw782
How to overload a function?
|
|
[4 replies] Last: Thank you so much! Will mark it as solved :) (by Outlaw782)
|
how do I use static casting in my calculator? |
|
[6 replies] Last: Thank you that worked. (by ironsoldier71)
|
by dustbite
Pointer to pointer (Linked List)
|
|
[1 reply] : A function parameter is either by value or by reference . A by valu... (by keskiverto)
|