Is there any code editor, like Notepad++, but with more features? (1,2) |
|
[22 replies] Last: @ Little Bobby Tables Sorry, I was grouchy. You were clearly out of i... (by Duthomhas)
|
by wuzamarine
wild output from const char array
|
|
[2 replies] Last: Each time through the outer loop you: - read a line into buff - point ... (by dhayden)
|
While Loop!!! |
|
[no replies]
|
by vplemke
Prime Number Finder
|
|
[2 replies] Last: I made some changes, vut I don't know if it will work or not. Good luc... (by jasonwynn10)
|
by wcassella
Template compilation differences between MSVC and Clang
|
|
[1 reply] : The TypeInfo function must be declared before it is referenced. Undef... (by closed account 3hM2Nwbp)
|
by oleg9419
Why is new operator executed at runtime ?
|
|
[5 replies] Last: b will typically take 400 bytes, not 100. (by LB)
|
by youdotoo
Procedural Generation
|
|
[no replies]
|
by kissylove
Need Help with constant array size
|
|
[1 reply] : Arrays are indexed starting at 0, so: capital is Montgomery. capital ... (by TheKingOfTyrants)
|
by anup30
Which Graphics Should I Learn?
|
|
[3 replies] Last: I've been learning C++ unprofessionally for almost 5 years now. As LB ... (by Ikaron)
|
by hoofhamples
I dont know where to go from here TEMPLATES
|
|
[8 replies] Last: Finished! (by hoofhamples)
|
by PapaGeek
C++ Web Browser?
|
|
[4 replies] Last: Thanks coder, that software looks very interesting at first glance. (by PapaGeek)
|
by Goose08
BlackJack Scoring
|
|
[2 replies] Last: Thanks for the insight! (by Goose08)
|
by gcaixeta
Roots of a Polinomyal Function
|
|
[no replies]
|
by poteto
How would I use "strip" in code blocks.
|
|
[1 reply] : Why don't you just compile in release mode so that debugging symbols a... (by LB)
|
by jaymez
How to read in a txt file and Change Uppercase toLowercase
|
|
[2 replies] Last: Fix: #include <iostream> #include <string> #include <fstream> #includ... (by jasonwynn10)
|
by armonsafai
operator overloading
|
|
[5 replies] Last: okay i got it now (by armonsafai)
|
by Millet
What is wrong with my functions?
|
|
[3 replies] Last: Then the lines calculating and printing the average can be pulled out ... (by wildblue)
|
Need help with a tictactoe game |
|
[1 reply] : If your project should result in one executable, you should only defin... (by tcs)
|
by a22asin
expected primary-expression before ‘.’ token C++
|
|
[1 reply] : `Die' is the name of a type which you're using like a name of an objec... (by tcs)
|
by kww228
Error 'class' does not name a type.
|
|
[2 replies] Last: Guessing why you have included a cpp http://www.cplusplus.com/forum/ge... (by ne555)
|