by haozang
quick 2 dimensional array help
|
|
[1 reply] : What exactly are you having trouble with? Your code looks like you are... (by Zhuge)
|
by fafner
Unfamiliar syntax
|
|
[4 replies] Last: vector will point in the opposite Yep cw vs ccw (by vaportrack)
|
by aviskar
need help for a game
|
|
[2 replies] Last: It's pretty long. Can't I just explain it. The program calls rand() an... (by aviskar)
|
by AceDawg45
Easy explanation for a pipeline?
|
|
[2 replies] Last: Ohhhh.... I thought it was the other way around. Well, anyway, just a ... (by AceDawg45)
|
by Kubani
A complete step-by-step reference for qt beginners
|
|
[7 replies] Last: Thanks again guys. (by Kubani)
|
by superfury
IBM 5170 bios bigger than 8k?
|
|
[no replies]
|
by Kubani
Problem with creating first project and the book “C++-gui-programming-with-qt-4-2ndedition”
|
|
[11 replies] Last: It is buried inside a couple folders. Try Qt 5.3.0 > 5.3.0 > MinGW**. (by admkrk)
|
using rand function in while loop using switch statement |
|
[2 replies] Last: Maybe change your line 12, since you're using a variable (randomNumber... (by tipaye)
|
by iQChange
Algorithm to get the decimal part of a number
|
|
[6 replies] Last: > I don't know how many digits will the user enter and I need to use a... (by JLBorges)
|
help with templates |
|
[6 replies] Last: > I still cant run my code , why is that? Not exhaustive: - Your progr... (by ne555)
|
by venkatacplpl
Down casting -- memory issues
|
|
[3 replies] Last: @Thanks all. Peter87 (5388),coder777 (3857) This info is very helpful.... (by venkatacplpl)
|
by send
Swarm of inswects with different velocities according to its colour
|
|
[7 replies] Last: I ahve a very bad conncetion so i have no such possibility to correct ... (by send)
|
by materialsman
Palindrome: string subscript out of range
|
|
[2 replies] Last: In cleanToLower() , you have: [code firstline=50] string::size_type... (by MikeyBoy)
|
by ryllprous
Libraries
|
|
[3 replies] Last: http://stackoverflow.com/questions/5947067/how-to-create-a-static-libr... (by naraku9333)
|
by twesna
Need help with issue
|
|
[6 replies] Last: @twensa Are you brazillian? (by iQChange)
|
I made this text game in C++ and I want to know what you guys think of the code |
|
[8 replies] Last: Input validation function: string prompt(const string arry , int n) {... (by closed account j3Rz8vqX)
|
by whoovian11
Potential Interview question
|
|
[14 replies] Last: I never seen an init list like that either. cool. (by Cody0023)
|
by Manga
Well now what!
|
|
[7 replies] Last: hmmm... thanks everyone. (by Manga)
|
number munchers |
|
[2 replies] Last: Its ugly, but I think I got it. void NumberMunchers::fillGrid() { ... (by Aaron Vienneau)
|
number munchers |
|
[2 replies] Last: #include <iostream> #include <iomanip> #include <vector> #include <ra... (by cire)
|