Insert name into array |
|
[3 replies] Last: I would just make one array of 8 elements and fill it with all 6 names... (by AldenB)
|
by Nootor
string* Problem
|
|
[1 reply] : Where is Jar's constructor? What unknown value will be stored in the ... (by kevinkjt2000)
|
by djimbo123
Read inside Network Card
|
|
[1 reply] : Please, do not double post. It clutters forums and spreads attempts to... (by MiiNiPaa)
|
by Winsu
I want to become a C++ developer;I need tips
|
|
[10 replies] Last: I'm on that, I have three programms....what I'm wondering I fI would n... (by Winsu)
|
by AldenB
I need clarification on how class functions work
|
|
[5 replies] Last: So if I changed add_day() to return a Date, it would compile? (by AldenB)
|
by aj3423
utf8mb4 encode/decode in c++
|
|
[1 reply] : The reference you've read saying that UTF-8 sequences are 3 bytes or s... (by helios)
|
by yj1214
GUI/Multimedia library that supports flexible window set size function.
|
|
[3 replies] Last: Looking at the SFML source calling setPosition on your window goes dir... (by Hippogriff)
|
by takando12
Program to find GCD
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <algorithm> #include <... (by JLBorges)
|
Sum of arrays |
|
[1 reply] : First off, this code is incorrect: a.~Polinomio(); b.~Polinomio(); d... (by helios)
|
by mgoetschius
OpenGL: Passing a point light in a fragment shader
|
|
[2 replies] Last: Thanks for the reply. I hacked at this most the this morning and I'm ... (by mgoetschius)
|
by AldenB
Help with header files
|
|
[2 replies] Last: Thank you very much! I appreciate the complete and concise explanation... (by AldenB)
|
by AldenB
Issues with my factorial function
|
|
[2 replies] Last: I found it after a few hours (lol). I got it running and everything wo... (by AldenB)
|
by Krogoth
Union assignment test
|
|
[no replies]
|
by pacman169
Ungets
|
|
[5 replies] Last: Write test-cases and exercise the code with a test frame. This may he... (by JLBorges)
|
by leourb
Pointers and Chars Arrays
|
|
[2 replies] Last: Thank you JLBorges! I wish one day to write in C++ as you have just do... (by leourb)
|
by hahacprog
Array in c++
|
|
[5 replies] Last: You're welcome! (by leourb)
|
by leourb
Visual Studio 2015 CE vs. XCode 6.4 Debug
|
|
[6 replies] Last: Thank you JLBorges! :) (by leourb)
|
by Wyboth
Question about iterator loops
|
|
[4 replies] Last: In for (auto it = myVector.begin(); it != myVector.end() ; ++it) {... (by JLBorges)
|
by fiqmid
Prime Number Program
|
|
[3 replies] Last: Anyone? (by fiqmid)
|
Incomplete char output |
|
[2 replies] Last: Yes it was the type, thank you for your help. (by application123)
|