by drinkinpeki
Unhandled exception at 0x0f85d442
|
|
[1 reply] : Sounds like you have a pointer problem, either deleting memory you sho... (by firedraco)
|
NEED a Free compiler for C++ on windows 8 |
|
[8 replies] Last: Follow these instructions: https://netbeans.org/community/releases/72... (by Smac89)
|
by hansaaa
UTF-8 file to string
|
|
[5 replies] Last: No, normally UTF-8 files don't use it, it's the pecularity of whateve... (by Duthomhas)
|
by shashibeit
creating one class object in constructor of another class
|
|
[6 replies] Last: Intialization lists will initialize a variable instead of just assign ... (by Stewbond)
|
by stoffe1100
SDL/GL with SOIL
|
|
[3 replies] Last: I have already said that the call is unsuccesful! No, actually, you... (by cire)
|
by Mats
Pathfinding.
|
|
[2 replies] Last: Thanks for the advice ne555. Time to get fixing... (by Mats)
|
by mahmoud2592
[AI]strange bug problem at c++
|
|
[1 reply] : at the fourth iteration i=0 and j=3,why j=3 it exceed new_posy by 1 ,... (by cire)
|
rewrote lexer, still getting core dumped |
|
[8 replies] Last: i meant that when the - 1 was suggested to be taken out i did and it s... (by closed account Dy7SLyTq)
|
by Alby94
Store and Print string in C / C + +
|
|
[3 replies] Last: getline(): http://www.cplusplus.com/reference/string/string/getline/ (by closed account jwkNwA7f)
|
by Zerpent
Call C++ function with args from Java.
|
|
[5 replies] Last: I experimented with JNI, it was fun. There's also JNA which is worth c... (by LB)
|
by tatai
problem in reading file
|
|
[5 replies] Last: Thank you very much!! Ya!! I found the problem was in using the 'for l... (by tatai)
|
by rex1200
Could my code be written cleaner?
|
|
[4 replies] Last: No, get rid of the branch. for (i=0; i<capacity; i++) { temp = l... (by Duthomhas)
|
by Ryan Wilson
Making a Word Jumble Game (Need feedback)
|
|
[no replies]
|
by Saif Ullah
A code to knw the System Information
|
|
[1 reply] : Linux kernel documentation describes the API, i.e. which functions to ... (by keskiverto)
|
by crossover
Help with hwk issue.
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/40179/ (by Daleth)
|
by Superdude
Positioning SFML text specifically
|
|
[4 replies] Last: OK, thanks! You solved a whole lot of my problems! (by Superdude)
|
by ukalkan
max increase and decrease in arrays ?
|
|
[5 replies] Last: So, essentially you do have a 1D array, that you just happen to have s... (by keskiverto)
|
someone please help |
|
[3 replies] Last: That's prob one of the worst + operator overloads I've ever seen. You ... (by closed account o1vk4iN6)
|
by Bren0525
ofstream: User creates filename?
|
|
[11 replies] Last: > I vaguely remember some funkiness with getline in certain places. Ma... (by JLBorges)
|
by megasnorlax
moving words
|
|
[4 replies] Last: To rotate the string, use std::rotate() http://en.cppreference.com/w... (by JLBorges)
|