by Moonraker101
Where is qmake suppose to be located?
|
|
[9 replies] Last: Yeah, I have created GUIs with Creator before. I wanted to start using... (by Moonraker101)
|
by Ch1156
C++ Book suggestions
|
|
[5 replies] Last: Alright I'll check it out, thanks. (by Ch1156)
|
Techniques for C++ prigrammer |
|
[1 reply] : Unfortunately the best tools aren't the ones with demand. .Net, Visua... (by Krisando)
|
by Salad7
Toggle does not work. (resets default value)
|
|
[1 reply] : I can't quite see what you're trying to achieve here, from the naming ... (by Krisando)
|
by smokebaca
Great number help
|
|
[6 replies] Last: cout << "enter a number: "; cin >> number; while (number !=0) { co... (by giblit)
|
by shadowCODE
erase last vector element ( crash)
|
|
[7 replies] Last: Thank you @shacktar, I now understand the reason for the crash. (by shadowCODE)
|
by Salad7
Ternary Operator
|
|
[2 replies] Last: Perfect appreciate it. (by Salad7)
|
by Jacobhaha
prime number (1,2)
|
|
[39 replies] Last: Yes it does. Sorry, I was moving and didn't have internet. Basically ... (by giblit)
|
Need help with pointers? |
|
[2 replies] Last: Wow embarrassing... Thanks for the help! Hopefully it will work this t... (by zombiesRtasty)
|
by losonnyboy
Referencing a variable in another function
|
|
[5 replies] Last: Hello, Mutexe, sorry for the short response i closed my window. That ... (by losonnyboy)
|
AHHH simple 20 line code won't work need help |
|
[4 replies] Last: Line 11 was my mistake I thought I have to clarity what kind of value ... (by zombiesRtasty)
|
by metulburr
allow all cpp files in makefile
|
|
[1 reply] : See https://www.gnu.org/software/make/manual/html_node/Wildcard-Functi... (by keskiverto)
|
by Xylotron
Palindrome checking through Pointers
|
|
[3 replies] Last: Of course a more direct approach would be to not make a copy, and not ... (by Chervil)
|
by yaaz32
System Date
|
|
[2 replies] Last: Have you looked into the <chrono> header? http://www.cplusplus.com/r... (by LB)
|
by trevormoon
Trouble using a function pointer
|
|
[4 replies] Last: Thanks for the help ne555 I moved the decreaseByOne function into the ... (by trevormoon)
|
by Nezar
Why do u do that ?
|
|
[3 replies] Last: Thanks, i got it ;) (by Nezar)
|
by chipp
(lil' bit OOT) C in microcontroller
|
|
[5 replies] Last: 1. what's the best compiler (or IDE) for programming C/C++ language f... (by closed account z05DSL3A)
|
by belo250
Updating Source Code
|
|
[no replies]
|
by simptri69
Simple httpsendrequest post data to index page
|
|
[2 replies] Last: I already tried that, and it doesn't work.. where's the PHP code? I us... (by simptri69)
|
by Ch1156
Smart pointer help
|
|
[2 replies] Last: Ok I tried that and My program still crashes because it cant get the i... (by Ch1156)
|