
please wait
by Olzar
Super noob trying to learn basic char vektors
|
Hi, i just started trying to learn c++ a week ago, so i hope you excuse my basic question, and i hope you keep your answers basic as well :) Anyways, i have tr... |
Jun 1, 2015 at 11:13am
[3 replies] Last: Thank you, most helpful :) (by Olzar)
|
by kong288
Looking for some people to make software with!
|
Basically what the title says. I have experience with C++, SFML, and very little C#. I just require you know the very basics of programming (preferably C++), an... |
Jun 1, 2015 at 10:44am
[no replies]
|
by Extreme112
Constructor Initialization Lists
|
After reading up on constructor initialization lists from this site http://www.learncpp.com/cpp-tutorial/101-constructor-initialization-lists/ I tried to th... |
Jun 1, 2015 at 8:21am
[4 replies] Last: I know in C strings are jsut arrays of chars, could that be related t... (by andywestken)
|
by Oigo
if statements and calendar
|
I need help, how do i get my month to output 31 days after february? everything after that just gives me 28 days or 29, if someone could look at my code it woul... |
Jun 1, 2015 at 7:24am
[4 replies] Last: if (month == 2) { if( isLeapYear ) return 2... (by closed account 48T7M4Gy)
|
by Vandalism
Accessing private class to public
|
Why does line 23 errors? I want to print the string. #include<iostream> using namespace std; class Shit { public: void setName(string x) { ... |
Jun 1, 2015 at 5:14am
[3 replies] Last: Thank you, guys. I fixed it #include<iostream> #include<string> using... (by Vandalism)
|
by jhykima
New Pointer Question
|
Hello! I am very new to programming and I have some additional questions about pointers. I know I've already posted some already but I have more questions. I re... |
Jun 1, 2015 at 4:50am
[2 replies] Last: Andy, I just want to thank you so so so much for taking the time to e... (by jhykima)
|
by MRQ1
3d graphics programming
|
Can I start graphics programming using opengl or direct3d or are they too complicated ? I have not done any graphics programming before but I think I have som... |
Jun 1, 2015 at 4:23am
[3 replies] Last: You don't need windows programming to learn 3D programming in general,... (by ultifinitus)
|
by tony1420
reading readprocessmemory
|
OK so i am trying to read data from a game but i get a very long number that does not match what i should be getting not sure if i am entering the address wron... |
Jun 1, 2015 at 4:03am
[5 replies] Last: If you're not getting the value that you know is at that point in ram ... (by ultifinitus)
|
by Raakfal
Why two pointers??
|
My professor gave us a program to look at but not sure why there are two pointers in the argument can someone help me?? #include <iostream> #include <c... |
Jun 1, 2015 at 3:26am
[3 replies] Last: ah i get it now thanks you guys and yea sorry about that andywestken j... (by Raakfal)
|
How to change backcolor of button in VS 2013 c++ |
Hello, i have a little problem. How to change backcolor of button on red while sound is playing and change backcolor on normal when will be end of sound. He... |
Jun 1, 2015 at 2:17am
[5 replies] Last: I'm not sure you understand my advice. Update your button class to ha... (by Duthomhas)
|
by SYOB SYOT
COMPILER IGNORING ++
|
HAY PROGRAMMERS, I HAVE A PROBLEM WITH VISUAL STUDIO 2013 C++ CODE. I HAVE THIS CODE: #include <stdio.h> __int8 a; __int8 b=0; void main(void) { for (int i... |
Jun 1, 2015 at 12:53am
[8 replies] Last: Just speak normally or else your next thread that you will probably po... (by IEatDingos)
|
by SYOB SYOT
FOREACH ARRAY
|
HAY PEOPLE, I HAVE A TINY PROBLEM WITH AN ARRAY. THIS IS THE PROBLEM: #include <stdio.h> #include <string.h> int a; char b; __int8 string1 = "ŽIVELA JUGOS... |
Jun 1, 2015 at 12:39am
[5 replies] Last: All Caps = Yelling on the Internet. Good day... (by rlc4)
|