by Northern
What's really QT?
|
|
[3 replies] Last: I see. Thanks! (by Northern)
|
by ugonna2014
Reading a text file
|
|
[16 replies] Last: Thanks Salman0349. The problem has been solved. The code was optimized... (by ugonna2014)
|
by jakvrh1
Consol display problem!
|
|
[3 replies] Last: so i used \n and now it looks perfectly fine. Thanks for replay! (by jakvrh1)
|
by Ganado
Checking file exists through fstream
|
|
[6 replies] Last: @ jib thanks for correcting me. I remembered some other funny things... (by MiiNiPaa)
|
by Osceola
Obtaining the right data from a .txt file (1,2)
|
|
[24 replies] Last: When I do that, it just repeats the same school result over again...ho... (by Osceola)
|
by Cube777
Code not fast enough (1,2)
|
|
[25 replies] Last: I think it is because the "bIsPrimes" array is too large. Yes. it is ... (by MiiNiPaa)
|
by Mstoltz17
Timer
|
|
[2 replies] Last: Thanks, what a stupid mistake. (by Mstoltz17)
|
by maher123
What is the fault in the following code plz help me soon thank U!
|
|
[4 replies] Last: i am using turbo c++ (by maher123)
|
Member Initilize List |
|
[3 replies] Last: Then in your constructor you'll probably need to use the Point constru... (by jlb)
|
by Wulfinite
C++ Text Based RPG code HELP!
|
|
[3 replies] Last: Thanks guys :) I removed the semicolon at the end of line 92 and added... (by Wulfinite)
|
by judo11
How to create a C++ program that searches the value of an array? Using sequential search.
|
|
[1 reply] : Just loop through the array index 1 by 1 checking against the target ... (by Codermik)
|
by akif13
Stack and Queue
|
|
[1 reply] : [quoteCan someone explain to me about this coding? I'm confused when u... (by jlb)
|
by aizlewood40
problem with creating a sum of equation
|
|
[4 replies] Last: thank you! (by aizlewood40)
|
by sonia 1985
Simple Question in C++
|
|
[4 replies] Last: notice that it only print out 3 not 3.2 because, Of course, you ca... (by xenovia12)
|
by xenovia12
enums and array
|
|
[3 replies] Last: the idea behind an array is to hold multiple values. in c++ unless you... (by Little Bobby Tables)
|
by Sausage
Default arguments and function overloading.
|
|
[5 replies] Last: I can confirm that both should be within the same program. How cryptic... (by Sausage)
|
Linked List issue |
|
[2 replies] Last: I get an error message saying " in file included from main.cpp" (by nancy mitchelle)
|
by Gawaine
Linked List and Queue Problem w/ (Possibly) a Continue Statement
|
|
[6 replies] Last: So I took out the continue statement because it just wasn't working. I... (by Gawaine)
|
by gingy
Difficulty Accessing Functions from A Class File
|
|
[12 replies] Last: Okay, here's what they look like now: main.cpp #include <iostream>... (by gingy)
|
by turtlesavage
Use of PutPixel
|
|
[1 reply] : Maybe I should rephrase.... I have been using a "gfx.PutPixel" functi... (by turtlesavage)
|