by pwnedu46
2D vectors
|
|
[2 replies] Last: Thanks framework. I was wondering why I was getting errors for that. (by pwnedu46)
|
by wtf
String pointers (1,2)
|
|
[23 replies] Last: I think polymorphism and virtual inheritance may make your life much ... (by wtf)
|
by toexii
Compiling FLTK
|
|
[3 replies] Last: I'm glad you got it working, and thanks for posting the solution for t... (by kooth)
|
by chr15chr15
Inheritance and using in functions
|
|
[5 replies] Last: Yes thank you shacktar. I'm glad i checked back. It didn't compile in ... (by chr15chr15)
|
by misterrr
What is wrong with this small piece of code?
|
|
[3 replies] Last: Ofcourse! Thanks guys. (by misterrr)
|
by harry14
Help me get started
|
|
[6 replies] Last: Alright thanks for the help, I can create programs now, the using nam... (by harry14)
|
by pulkitsharva
relational expression querry
|
|
[7 replies] Last: @framework: hey hey man i 'm using oturboc because i'm familar to it..... (by pulkitsharva)
|
by PinheadLarry
Find a string in an array
|
|
[5 replies] Last: use strcmp(...); or string::compare(...); . For example: Using s... (by lnk2019)
|
by jeffsg605
function vs header
|
|
[4 replies] Last: There's no right answer for that question. It depends entirely on how... (by Disch)
|
by waqqassheikh
Iterator should read number from string. Stops after first numebr
|
|
[6 replies] Last: This code works for me: #include <iostream> #include <string>... (by kooth)
|
by Rox
Pointer question: invalid conversion from int to int*
|
|
[6 replies] Last: Neither is more "preferable" than the other. It depends on the situati... (by Catfish)
|
by PinheadLarry
why won't this read my file?
|
|
[3 replies] Last: Not without parsing the whole file first. But you can use a vector of ... (by bartoli)
|
by daphne
convert string array to char array
|
|
[2 replies] Last: string array or string ? (by sohguanh)
|
by Ichbinkenny
Need help with an error
|
|
[7 replies] Last: Thank you very much. Oh and the reason i put twelve was because thats ... (by Ichbinkenny)
|
by joatmon
dev-C++ settings
|
|
[1 reply] : I might be able to help if you can take a screenshot of this. (by Ichbinkenny)
|
by smelas
char loop
|
|
[9 replies] Last: it's good example to learn some about strings and so on. thanks shac... (by smelas)
|
by wraith
adding values to vectors using cin
|
|
[4 replies] Last: just place system("pause"); in main before return statement. int ma... (by shahj)
|
by Donald8274
if(input = letter)?
|
|
[5 replies] Last: You need to make sure about case as well meaning if ( degree =='c' ... (by shahj)
|
by soulMonk
Selection Sort [ARRAY]
|
|
[1 reply] : You aren't dynamic allocating anything, ¿how it could leak? templat... (by ne555)
|
by Shannon1981
Overloading Operators Program
|
|
[3 replies] Last: http://www.cs.caltech.edu/courses/cs11/material/cpp/donnie/cpp-ops.htm... (by ne555)
|