由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问几个问题:
相关主题
顺便问问Node的几个问题How to kill a window without title?
Re: 请教一道题目请教,关于g++ -l的问题
请问这道题怎么解决?谁给推荐一下scrum或者agile prog. management方面的书?
[合集] 一个链表倒转的问题a question on C++ string
C++如何实现graph?从最近讨论,发现往MAC migrate
有人set up过 多个node的Cassandra 么? (转载)关于signal handler
C++: What is the difference between the two approaches?[请教]命令行的重定向
Cassandra 里的 partition有没有类似The C++ Prog. Lan.的Java书?
相关话题的讨论汇总
话题: any话题: abc话题: repetetive话题: write话题: anything
进入Programming版参与讨论
1 (共1页)
u***i
发帖数: 489
1
1. Anything wrong with this code?
T *p = 0;
delete p;
2. How can you find the nodes with repetetive data in a linked list?
3. Write a prog to accept a given string in any order and flash error if any
of the character is different. For example : If abc is the input then abc,
bca, cba, cab bac are acceptable but aac or bcd are unacceptable.
g***j
发帖数: 1275
2
1 nothing wrong; it's absolutely safe to delete a null pointer.
2 no idea what does it mean
3 permutation?

any
,

【在 u***i 的大作中提到】
: 1. Anything wrong with this code?
: T *p = 0;
: delete p;
: 2. How can you find the nodes with repetetive data in a linked list?
: 3. Write a prog to accept a given string in any order and flash error if any
: of the character is different. For example : If abc is the input then abc,
: bca, cba, cab bac are acceptable but aac or bcd are unacceptable.

1 (共1页)
进入Programming版参与讨论
相关主题
有没有类似The C++ Prog. Lan.的Java书?C++如何实现graph?
换座的问题有人set up过 多个node的Cassandra 么? (转载)
Three C/C++ Programming QuestionsC++: What is the difference between the two approaches?
菜鸟读C++ STL源程序的疑问Cassandra 里的 partition
顺便问问Node的几个问题How to kill a window without title?
Re: 请教一道题目请教,关于g++ -l的问题
请问这道题怎么解决?谁给推荐一下scrum或者agile prog. management方面的书?
[合集] 一个链表倒转的问题a question on C++ string
相关话题的讨论汇总
话题: any话题: abc话题: repetetive话题: write话题: anything