Subscript requires array or pointer type |
|
[2 replies] Last: The c2109 error is on line 12. I also just noticed the typo on line 12... (by CpluspProgrammer)
|
by tmward87
One of my calculations is coming out incorrect. Please help me spot my error
|
|
[1 reply] : For lines 19 and 22 I get, warning: the omitted middle operand in ?: w... (by CodeWriter)
|
by Filorn
power of a number
|
|
[3 replies] Last: I hope that it would be helpful through an example - #include<stdio... (by appi)
|
by Filorn
#ifndef
|
|
[2 replies] Last: were u wanted to do this thing ?? #include <stdio.h> #define NUMERO ... (by appi)
|
by nathanc23
Dynamic character array
|
|
[1 reply] : If you just want to read a string, there is a string class. #include... (by kbw)
|
by Anthony11
Read and write binary?
|
|
[3 replies] Last: Mmm, not sure what's going on. The thing to do is print the values of... (by kbw)
|
by cnb91
Sum of specific integers in .txt file
|
|
[4 replies] Last: Anyone? :) (by cnb91)
|
by Filorn
quick sort algorithm
|
|
[2 replies] Last: Line 46 is where the error is happening. Change it to this: qSort (v... (by Wyboth)
|
by farhan15
I/O user friendly file name
|
|
[1 reply] : Sure, but you must follow the cardinal rule of user input: ... (by Duthomhas)
|
by AdrianFK
Prefixing #defined string with variable.
|
|
[4 replies] Last: Now that I understand it. I know why it has to be MAX_PATH long. Havi... (by AdrianFK)
|
by jgreenwo13
Help with Data Structures and Sorting and Searching
|
|
[3 replies] Last: Have a look at the integer values corresponding to ASCII characters: h... (by Wyboth)
|
by sajis997
initialize user-defined objects using lamda expression
|
|
[4 replies] Last: Pass by reference: we want to modify the object in the vector. // st... (by JLBorges)
|
by Eggie574
Cannot find a way to replace all the characters
|
|
[4 replies] Last: You can use string.length() and replace to do it. Just like what you d... (by funprogrammer)
|
by p4rs3r0
SEARCHING THROUGH VECTOR AND RETURNING IF WORD IS FOUND!!
|
|
[1 reply] : Please don't multiple post. On line 68 you have a return, and on line... (by koothkeeper)
|
by qwerwan5
the code can not work continuously
|
|
[2 replies] Last: Not a freaking comment, all your variables are global with names of no... (by ne555)
|
Keylogger problem (some characters) |
|
[no replies]
|
by eons93
I'm back and only with 52 errors this time :D
|
|
[9 replies] Last: so i need to add "#include <string>" to my .h files? I have string in... (by cire)
|
by mchillington
Function pointers as function arguments
|
|
[8 replies] Last: Wow thanks a bunch!!!! (by mchillington)
|
by Andrei1992
Order By Age Program
|
|
[3 replies] Last: Rather than use char arrays Keep in mind that the word 'array' is n... (by closed account 48T7M4Gy)
|
by holy9ner
Print Out Not Coming Out Correctly
|
|
[4 replies] Last: its still not printing out correctly. Spook to soon. NO idea why it is... (by holy9ner)
|