A GUI on Windows and Xorg. How to escape the command line? |
|
[11 replies] Last: That's probably what I'm going to do, but I like having a full underst... (by RealGiganitris)
|
by hockeyjon1
creating a struct
|
|
[1 reply] : Why are you defining the structure inside the function body? Don't do ... (by LB)
|
by nostromo
2D array user choice selection, getting odd answers
|
|
[6 replies] Last: Hi, yes, you could help me out with this project I've given myself. I... (by nostromo)
|
by mekkatorqu
Struct constructor stores wrong addresses?
|
|
[1 reply] : Calling std::vector::push_back() may invalidate pointers to elements o... (by helios)
|
by Stewbond
Template polymorphism
|
|
[1 reply] : The left side could be rewritten like this without any breakage: str... (by helios)
|
by r4wr sama
Integration and Differentiation
|
|
[1 reply] : Here are some ideas: #include <iostream> #include <string> #include ... (by Stewbond)
|
by nap 93
problem with sequential function
|
|
[1 reply] : It looks fine, mostly. You allocate arrays for reading the 3rd field,... (by kbw)
|
by airitech
Work Checker / String Manipulation
|
|
[4 replies] Last: First, let me congratulate you. Your code is well written for a beginn... (by dhayden)
|
by btoohey4
Circular Doubly Linked List - Segmentation fault: 11
|
|
[3 replies] Last: Can you post Circular_DLList.h? It would help if we could see the def... (by dhayden)
|
Permutation of String |
|
[5 replies] Last: Hi, Thanks for your help. You were both right about the two strings n... (by closed account jT59E3v7)
|
by ayati
call non static member functions of template class from inside another class with instances of different types c++
|
|
[5 replies] Last: > std::decay is not necessary, is it? It is. For instance, the type... (by JLBorges)
|
by XxNyRxX
Function Not Working Correctly!
|
|
[4 replies] Last: I would store the scores in an array so you can access them with loops... (by dhayden)
|
Convert string to const char |
|
[5 replies] Last: keskiverto's comments still stand: that's not a const char. It's a ... (by MikeyBoy)
|
Euler's Number Loop |
|
[1 reply] : The third post with the same topic :+( (by TheIdeasMan)
|
by EnigmaticZee
How does this work ?
|
|
[14 replies] Last: Write using namespace std; after include files so u dnt have to write... (by keskiverto)
|
Im trying to grasp c++ but i cant. |
|
[1 reply] : int days=0; //number of days int paper=0; //number of paperbacks int... (by sohdas)
|
by Roson
Help me with creating Pacman
|
|
[2 replies] Last: Thank you sooo much for the article..... But how do i use render and p... (by Roson)
|
A problem with PlaySound |
|
[6 replies] Last: I found the problem. The guy who sent me the files didn't convert the... (by closed account NUCkSL3A)
|
Code::Blocks 16.01 problem |
|
[6 replies] Last: but now through a fatal error: iostream: no such file or directory..... (by jlb)
|
by mike9407
vector emplace function
|
|
[11 replies] Last: There is no "lol" in the equation. You either know the tools that you ... (by keskiverto)
|