by c0d3Man15
Need help finding a few bugs
|
|
[7 replies] Last: ok, I found the bug, somehow a line of code got in there that changed ... (by c0d3Man15)
|
by imgregduh
Help with project
|
|
[4 replies] Last: thanks that did the trick ^ (by imgregduh)
|
by illlojik
Sorting Names Alphabetically
|
|
[no replies]
|
coding C++ for class, need help on code error |
|
[1 reply] : Firstly, use string rather than char for a word, as char is one 8-bit ... (by GisleAune)
|
by pooshi
Doubly Linked List
|
|
[4 replies] Last: Alright, I will give it a go. You will be hearing form me again, I'm s... (by pooshi)
|
by patricio2626
cin with std::string crashing
|
|
[3 replies] Last: Ah-ha, indeed! Yeesh *embarrassed*. I'm aware of the differences; I ... (by patricio2626)
|
by jalfor
Draw Pixel
|
|
[9 replies] Last: And display lists are deprecated (or removed, depending on the OpenGL... (by ultifinitus)
|
by dugeen
new char(10) is wrong, but what was it doing?
|
|
[4 replies] Last: Stupid me. Yeah sorry disch, I got stuff like that sometimes. I should... (by hanst99)
|
by Lord Archaic
C++ Card Class?
|
|
[8 replies] Last: This picture may help illustrate what the problem is and how to solve ... (by closed account DSLq5Di1)
|
by thespiesman
Trying to create a summation program
|
|
[1 reply] : Never mind, I finally figured out what the problem was. I didn't decla... (by thespiesman)
|
by coolbran
counting no. of new lines in input file
|
|
[1 reply] : getline( ) stops at a newline, right? So why not count every success... (by closed account zb0S216C)
|
by RSR102782
what is the to practice to learn C++, i prefered self study
|
|
[13 replies] Last: azeesmile : interesting. Should work, although I think it's unnecessa... (by Mathhead200)
|
by Golden0907
Area of Triangle using 2 Functions in Header
|
|
[16 replies] Last: That's it! WOOOOO! Geeze you guys are great. Ya'll really helped out. ... (by Golden0907)
|
sorting alghorithm |
|
[4 replies] Last: Ben Duncan is right. The quicksort algorithm contains vectors but this... (by CosminNTG)
|
by gk77777
printing data in class pointers
|
|
[5 replies] Last: can somebody help me pls.... (by gk77777)
|
Iterator |
|
[18 replies] Last: One more tiny problem: One bunny infects everyone in single turn. No d... (by closed account 10oTURfi)
|
by araculsa
.h and .cpp files in VS 2008
|
|
[3 replies] Last: You were 100% right, just copied files and now it works...many thanks! (by araculsa)
|
by Ssturges
Issues with the do-while looping
|
|
[4 replies] Last: So, I found out what the issue is ^_^, no its just a matter of solving... (by Ssturges)
|
by Ben Duncan
What is going on here?
|
|
[2 replies] Last: Thank you so much! Yeah, the loop did sound a bit weird in my head to... (by Ben Duncan)
|
by olifant
delete heap vector of heap vectors
|
|
[3 replies] Last: Modern compilers should allow you to return a vector<> efficiently, th... (by andywestken)
|